AVALANCHE: Implement/repair Acci::do_that() and (almost) everything connected to it.
This commit is contained in:
parent
c19b50b3f4
commit
29f159b3ac
5 changed files with 250 additions and 219 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue