aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/draw.cpp')
-rw-r--r--engines/simon/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/draw.cpp b/engines/simon/draw.cpp
index 4e3837f696..746b25c471 100644
--- a/engines/simon/draw.cpp
+++ b/engines/simon/draw.cpp
@@ -176,7 +176,7 @@ void SimonEngine::animateSpritesByY() {
vsp++;
}
- while(1) {
+ while (1) {
y = spriteTable[0][0];
slot = spriteTable[0][1];