AVALANCHE: Implement Acci::exampers(). Repair Avalot::setup().
This commit is contained in:
parent
26d2e1bd18
commit
6df55520b7
3 changed files with 23 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue