AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup().

This commit is contained in:
uruk 2013-08-25 18:05:02 +02:00
parent 26d2e1bd18
commit 6df55520b7
3 changed files with 23 additions and 7 deletions

View file

@ -195,12 +195,8 @@ void Avalot::setup() {
int16 loadSlot = Common::ConfigManager::instance().getInt("save_slot");
if (loadSlot >= 0) {
_vm->loadGame(loadSlot);
} else
} else {
_vm->_gyro->isLoaded = false; // Set to true in _vm->loadGame().
if (!_vm->_gyro->isLoaded) {
_vm->_gyro->newgame(); // No game was requested- load the default.
_vm->_gyro->soundfx = ! _vm->_gyro->soundfx;