aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/op_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/op_test.cpp')
-rw-r--r--engines/agi/op_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/op_test.cpp b/engines/agi/op_test.cpp
index 71d307556b..f10cdd3f17 100644
--- a/engines/agi/op_test.cpp
+++ b/engines/agi/op_test.cpp
@@ -111,7 +111,7 @@ static uint8 testKeypressed() {
game.keypress = 0;
if (!x) {
- int mode = game.inputMode;
+ InputMode mode = game.inputMode;
game.inputMode = INPUT_NONE;
g_agi->mainCycle();