aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/mouse.h')
-rw-r--r--engines/neverhood/mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/mouse.h b/engines/neverhood/mouse.h
index 0b927de4df..d6f42b4071 100644
--- a/engines/neverhood/mouse.h
+++ b/engines/neverhood/mouse.h
@@ -52,7 +52,7 @@ protected:
int16 _x1;
int16 _x2;
int _type;
- void init(uint32 fileHash);
+ void init(uint32 fileHash);
void update();
void updateCursorNum();
uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);