aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dm/eventman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h
index b2834e813e..f72a985c58 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -199,6 +199,8 @@ class EventManager {
public:
MouseInput* _primaryMouseInput;// @ G0441_ps_PrimaryMouseInput
MouseInput* _secondaryMouseInput;// @ G0442_ps_SecondaryMouseInput
+ bool _mousePointerBitmapUpdated; // @ G0598_B_MousePointerBitmapUpdated
+ bool _refreshMousePointerInMainLoop; // @ G0326_B_RefreshMousePointerInMainLoop
bool _highlightBoxEnabled; // @ G0341_B_HighlightBoxEnabled
uint16 _useChampionIconOrdinalAsMousePointerBitmap; // @ G0599_ui_UseChampionIconOrdinalAsMousePointerBitmap
EventManager(DMEngine *vm);