From 14076ad0e9daeac9e29349920d3948d59b5340a9 Mon Sep 17 00:00:00 2001 From: uruk Date: Sun, 11 Aug 2013 22:07:42 +0200 Subject: AVALANCHE: Remove unnecessary comments from Avalot::setup(). --- engines/avalanche/avalot.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines') 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. } -- cgit v1.2.3