diff options
-rw-r--r-- | engines/avalanche/avalot.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 3f4c545e9d..d3779cbc24 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -147,10 +147,8 @@ void Avalot::setup() { _vm->_parser->cursorOn(); _vm->_trip->newspeed(); - //if (! _vm->_gyro->reloaded) - // _vm->_visa->dixi('q', 83); /* Info on the game: etc. */ - // - // TODO: UNCOMMENT THIS! ONLY COMMENTED OUT FOR TESTING!!! + if (! _vm->_gyro->reloaded) + _vm->_visa->dixi('q', 83); // Info on the game, etc. } |