diff options
-rw-r--r-- | engines/avalanche/avalot.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 7b993a5e1c..3363b92569 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -181,6 +181,12 @@ void Avalot::handleKeyDown(const Common::Event &event) { if ((32 <= event.kbd.ascii) && (event.kbd.ascii <= 128) && (event.kbd.ascii != 47)) _vm->_parser->handleInputText(event); + + + + _vm->_lucerna->showrw(); + if (_vm->_gyro->demo) + _vm->_basher->get_demorec(); } |