diff options
-rw-r--r-- | engines/cge2/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/events.cpp b/engines/cge2/events.cpp index ecb6183540..914f1255be 100644 --- a/engines/cge2/events.cpp +++ b/engines/cge2/events.cpp @@ -64,7 +64,7 @@ bool Keyboard::getKey(Common::Event &event) { if (event.type == Common::EVENT_KEYUP) return false; // Display ScummVM version and translation strings - for (int i = 0; i < 5; i++) + for (int i = 0; i < 3; i++) _vm->_commandHandler->addCommand(kCmdInf, 1, kShowScummVMVersion + i, NULL); return false; case Common::KEYCODE_F5: |