diff options
author | Strangerke | 2011-08-28 00:35:00 +0200 |
---|---|---|
committer | Strangerke | 2011-08-28 00:35:00 +0200 |
commit | 12b6851276d8249ad499c54f25d0dd8e84998384 (patch) | |
tree | 66ef8caf7b57afe46a11e2385b55c5831a0ee189 | |
parent | dc9cca5f46c513da929561b7bee2f78909881626 (diff) | |
download | scummvm-rg350-12b6851276d8249ad499c54f25d0dd8e84998384.tar.gz scummvm-rg350-12b6851276d8249ad499c54f25d0dd8e84998384.tar.bz2 scummvm-rg350-12b6851276d8249ad499c54f25d0dd8e84998384.zip |
CGE: Fix glitch in previous commit
-rw-r--r-- | engines/cge/cge_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cge/cge_main.cpp b/engines/cge/cge_main.cpp index f09b374b8a..6aa3052399 100644 --- a/engines/cge/cge_main.cpp +++ b/engines/cge/cge_main.cpp @@ -224,7 +224,6 @@ Common::Error CGEEngine::loadGameState(int slot) { // Load the game loadGame(slot, NULL); - _lev = _oldLev; _snail->addCom(kSnLevel, -1, _oldLev, &_cavLight); caveUp(); |