diff options
-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(); |