aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-12-02 21:24:27 +0000
committerGregory Montoir2004-12-02 21:24:27 +0000
commit891970cd767760cbb682319d3215786d4a651c08 (patch)
tree8adaca7e1b4a6774079c191b2cb36feaea743a06 /queen/logic.cpp
parent39de0960ff0ecfd6b71a4add447600e565c08d44 (diff)
downloadscummvm-rg350-891970cd767760cbb682319d3215786d4a651c08.tar.gz
scummvm-rg350-891970cd767760cbb682319d3215786d4a651c08.tar.bz2
scummvm-rg350-891970cd767760cbb682319d3215786d4a651c08.zip
enabled autosave
svn-id: r15970
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r--queen/logic.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp
index d5756584c0..bceb872755 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -69,7 +69,6 @@ Logic::Logic(QueenEngine *vm)
_puzzleAttemptCount = 0;
_journal = new Journal(vm);
_scene = 0;
- memset(_gameState, 0, sizeof(_gameState));
initialise();
}