AVALANCHE: Implement/repair Acci::do_that() and (almost) everything connected to it.

This commit is contained in:
uruk 2013-08-25 13:25:50 +02:00
parent c19b50b3f4
commit 29f159b3ac
5 changed files with 250 additions and 219 deletions

View file

@ -352,7 +352,7 @@ void AvalancheEngine::synchronize(Common::Serializer &sz) {
}
bool AvalancheEngine::canSaveGameStateCurrently() { // TODO: Refine these!!!
return (!_gyro->seescroll);
return (!_gyro->seescroll && _gyro->alive);
}
Common::Error AvalancheEngine::saveGameState(int slot, const Common::String &desc) {