diff options
-rw-r--r-- | engines/simon/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/string.cpp b/engines/simon/string.cpp index 5a7e6b975f..1a9400e394 100644 --- a/engines/simon/string.cpp +++ b/engines/simon/string.cpp @@ -283,7 +283,7 @@ void SimonEngine::printScreenText(uint vgaSpriteId, uint color, const char *stri o_kill_sprite_simon2(2, vgaSpriteId); if (getGameType() == GType_FF) { - renderStringAmiga(1, color, width, height, convertedString); + renderString(1, color, width, height, convertedString); } else { color = color * 3 + 192; if (getPlatform() == Common::kPlatformAmiga) |