aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/eventman.h')
-rw-r--r--engines/dm/eventman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/dm/eventman.h b/engines/dm/eventman.h
index 649bc393b5..34984f1dff 100644
--- a/engines/dm/eventman.h
+++ b/engines/dm/eventman.h
@@ -224,15 +224,15 @@ class EventManager {
void commandTurnParty(CommandType cmdType); // @ F0365_COMMAND_ProcessTypes1To2_TurnParty
void commandMoveParty(CommandType cmdType); // @ F0366_COMMAND_ProcessTypes3To6_MoveParty
bool isLeaderHandObjThrown(int16 posX, int16 posY); // @ F0375_COMMAND_ProcessType80_ClickInDungeonView_IsLeaderHandObjectThrown
- void setMousePointerFromSpriteData(byte* mouseSprite);
+ void setMousePointerFromSpriteData(byte *mouseSprite);
Box _highlightScreenBox; // @ G0336_i_HighlightBoxX1
public:
explicit EventManager(DMEngine *vm);
~EventManager();
- MouseInput* _primaryMouseInput;// @ G0441_ps_PrimaryMouseInput
- MouseInput* _secondaryMouseInput;// @ G0442_ps_SecondaryMouseInput
+ 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