diff options
| author | uruk | 2013-08-25 13:25:50 +0200 |
|---|---|---|
| committer | uruk | 2013-08-25 13:25:50 +0200 |
| commit | 29f159b3ac05499eebf8a76f9bb59034f74c338c (patch) | |
| tree | a00e5a96a2874be6f48557610577edae2354a75f /engines/avalanche/avalanche.cpp | |
| parent | c19b50b3f4228cea0d672982bf3a7bc94e9050b2 (diff) | |
| download | scummvm-rg350-29f159b3ac05499eebf8a76f9bb59034f74c338c.tar.gz scummvm-rg350-29f159b3ac05499eebf8a76f9bb59034f74c338c.tar.bz2 scummvm-rg350-29f159b3ac05499eebf8a76f9bb59034f74c338c.zip | |
AVALANCHE: Implement/repair Acci::do_that() and (almost) everything connected to it.
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
| -rw-r--r-- | engines/avalanche/avalanche.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp index 2c4ae6f9ea..2c7041d062 100644 --- a/engines/avalanche/avalanche.cpp +++ b/engines/avalanche/avalanche.cpp @@ -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) { |
