aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_menus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/mads_menus.cpp')
-rw-r--r--engines/m4/mads_menus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/mads_menus.cpp b/engines/m4/mads_menus.cpp
index 8a2ab67f11..ae16b00616 100644
--- a/engines/m4/mads_menus.cpp
+++ b/engines/m4/mads_menus.cpp
@@ -716,7 +716,7 @@ void RexDialogView::onRefresh(RectList *rects, M4Surface *destSurface) {
bool RexDialogView::onEvent(M4EventType eventType, int32 param1, int x, int y, bool &captureEvents) {
static bool word_7F28C = false;
int word_7FED2 = 0;
- int word_8502A = 0;
+ //int word_8502A = 0;
// If it's a keypress, handle it immediately
if (eventType == KEVENT_KEY) {
@@ -789,7 +789,7 @@ bool RexDialogView::onEvent(M4EventType eventType, int32 param1, int x, int y, b
if (!word_7F28C || (objIndex <= 18))
_selectedLine = objIndex;
- word_8502A = -1;
+ //word_8502A = -1;
}
return true;