diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |