diff options
Diffstat (limited to 'engines/simon/charset.cpp')
-rw-r--r-- | engines/simon/charset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/charset.cpp b/engines/simon/charset.cpp index 73f4fe699d..27721fc290 100644 --- a/engines/simon/charset.cpp +++ b/engines/simon/charset.cpp @@ -194,7 +194,7 @@ void SimonEngine::renderString(uint vga_sprite_id, uint color, uint width, uint if (getGameType() == GType_FF) { if (vga_sprite_id == 1) - count = 11025; + count = 45000; } else { count = 4000; if (vga_sprite_id == 1) |