diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 5320ed449..e82b4046a 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -37,6 +37,7 @@ #include "error.h" #include "gamemenu.h" #include "gmenu.h" +#include "hwcursor.hpp" #include "help.h" #include "init.h" #include "lighting.h" @@ -942,6 +943,8 @@ void DiabloInit() if (!gbIsHellfire) { // Reinitalize the UI Elements cause we changed the game UiInitialize(); + if (IsHardwareCursor()) + SetHardwareCursor(CursorInfo::UnknownCursor()); } }