aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agos/icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/icons.cpp b/engines/agos/icons.cpp
index d3ffcb6d36..c673ea00fb 100644
--- a/engines/agos/icons.cpp
+++ b/engines/agos/icons.cpp
@@ -674,7 +674,7 @@ void AGOSEngine::removeIconArray(uint num) {
if (window == NULL || window->iconPtr == NULL)
return;
- if (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2) {
+ if (getGameType() != GType_FF && getGameType() != GType_PP) {
changeWindow(num);
windowPutChar(12);
changeWindow(curWindow);