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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index 935a528e70..6520fb5e4a 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -377,7 +377,7 @@ void ToucheEngine::runCycle() {
updateSpeech();
handleConversation();
if (scrollRoom(_currentKeyCharNum)) {
- _fullRedrawCounter |= 1;
+ _fullRedrawCounter |= 1;
}
redrawRoom();
clearDirtyRects();