From 4a6be800cb74360823c860c80a85d3eb00762731 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 9 Apr 2006 09:08:22 +0000 Subject: Fix clearing text window in oracle of FF svn-id: r21717 --- engines/simon/items.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'engines/simon') diff --git a/engines/simon/items.cpp b/engines/simon/items.cpp index 176bc52997..b2d7218945 100644 --- a/engines/simon/items.cpp +++ b/engines/simon/items.cpp @@ -1964,10 +1964,7 @@ void SimonEngine::o_setTextColor(uint color) { void SimonEngine::o_unk_103() { mouseOff(); removeIconArray(_curWindow); - if (getGameType() == GType_FF) - showMessageFormat("\x0E"); - else - showMessageFormat("\x0C"); + showMessageFormat("\x0C"); _oracleMaxScrollY = 0; _noOracleScroll = 0; mouseOn(); -- cgit v1.2.3