aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4_menus.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/m4_menus.h')
-rw-r--r--engines/m4/m4_menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/m4_menus.h b/engines/m4/m4_menus.h
index f0a0f07333..25d5527957 100644
--- a/engines/m4/m4_menus.h
+++ b/engines/m4/m4_menus.h
@@ -70,7 +70,7 @@ public:
void refresh(const Common::Rect &areaRect);
void close() { _closeFlag = true; }
- bool onEvent(M4EventType eventType, int param, int x, int y, bool &captureEvents);
+ bool onEvent(M4EventType eventType, int32 param, int x, int y, bool &captureEvents);
int _originalMidiVolume;
SaveGameList *_saveNames;