diff options
| -rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 9dd8b3e94d..433810bd12 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -3620,7 +3620,7 @@ void SimonEngine::talk_with_text(uint vgaSpriteId, uint color, const char *strin if (!(_bitArray[8] & 0x20)) b = 3; - x *= 8; + x /= 8; if (y < 2) y = 2; |
