aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/simon.cpp')
-rw-r--r--engines/simon/simon.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 39b75609f9..27bf2c442d 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -2143,10 +2143,9 @@ void SimonEngine::o_printStr() {
speech_id = (uint16)getNextWord();
if (getGameType() == GType_FF)
- tl = getTextLocation(1);
- else
- tl = getTextLocation(vgaSpriteId);
+ vgaSpriteId = 1;
+ tl = getTextLocation(vgaSpriteId);
if (_speech && speech_id != 0)
playSpeech(speech_id, vgaSpriteId);
if ((getGameType() == GType_SIMON2) && (getFeatures() & GF_TALKIE) && speech_id == 0)