aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 09bc26e19b..0c7775f8eb 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -1639,7 +1639,10 @@ void SimonEngine::o_unk_160(uint a) {
void SimonEngine::o_unk_103() {
mouseOff();
removeIconArray(_curWindow);
- showMessageFormat("\x0C");
+ if (getGameType() == GType_FF)
+ showMessageFormat("\x0E");
+ else
+ showMessageFormat("\x0C");
mouseOn();
}