From 885a8113bc3e47a0c37a0b8612d9dac95f78e5bd Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 15 Jul 2013 12:15:49 +0200 Subject: AVALANCHE: repair Avalot. --- engines/avalanche/avalot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index af526355fe..a17832817a 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -101,7 +101,7 @@ void Avalot::setup() { _vm->_trip.loadtrip(); - if ((_vm->_gyro.filetoload.empty()) && (! _vm->_gyro.reloaded)*) + if ((_vm->_gyro.filetoload.empty()) && (! _vm->_gyro.reloaded)) _vm->_gyro.newgame(); /* no game was requested- load the default */ else { if (! _vm->_gyro.reloaded) -- cgit v1.2.3