aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
diff options
context:
space:
mode:
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();
}