aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/champion.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-11 10:52:38 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit1f73323113c4194a8bc0ef41fcce88a1b8e37bd8 (patch)
tree9e288180ae90940acb57537d03448dc1d4a293b3 /engines/dm/champion.cpp
parent9272b18329de0a13a095f26b27a18c4a9023f485 (diff)
downloadscummvm-rg350-1f73323113c4194a8bc0ef41fcce88a1b8e37bd8.tar.gz
scummvm-rg350-1f73323113c4194a8bc0ef41fcce88a1b8e37bd8.tar.bz2
scummvm-rg350-1f73323113c4194a8bc0ef41fcce88a1b8e37bd8.zip
DM: Add proper keyboard input handling
Diffstat (limited to 'engines/dm/champion.cpp')
-rw-r--r--engines/dm/champion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/champion.cpp b/engines/dm/champion.cpp
index 117703453b..2a2047e7b0 100644
--- a/engines/dm/champion.cpp
+++ b/engines/dm/champion.cpp
@@ -824,8 +824,8 @@ void ChampionMan::f314_wakeUp() {
_vm->_displayMan->f98_drawFloorAndCeiling();
_vm->_eventMan->_g441_primaryMouseInput = g447_PrimaryMouseInput_Interface;
_vm->_eventMan->_g442_secondaryMouseInput = g448_SecondaryMouseInput_Movement;
- warning("MISSING CODE: set G0443_ps_PrimaryKeyboardInput");
- warning("MISSING CODE: G0444_ps_SecondaryKeyboardInput");
+ _vm->_eventMan->_g443_primaryKeyboardInput = g458_primaryKeyboardInput_interface;
+ _vm->_eventMan->_g444_secondaryKeyboardInput = g459_secondaryKeyboardInput_movement;
_vm->_eventMan->f357_discardAllInput();
_vm->_menuMan->f457_drawEnabledMenus();
}