aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.cpp')
-rw-r--r--engines/touche/touche.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index 8f1b065670..7e1a839fe9 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -55,7 +55,6 @@ ToucheEngine::ToucheEngine(OSystem *system)
_processRandomPaletteCounter = 0;
- _roomNeedRedraw = false;
_fastWalkMode = false;
_fastMode = false;
@@ -63,7 +62,7 @@ ToucheEngine::ToucheEngine(OSystem *system)
_objectDescriptionNum = 0;
_speechPlaying = false;
- _roomNeedRedraw = false;
+ _roomNeedRedraw = false;
_fullRedrawCounter = 0;
_menuRedrawCounter = 0;
memset(_paletteBuffer, 0, sizeof(_paletteBuffer));