aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/string.cpp')
-rw-r--r--engines/agos/string.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agos/string.cpp b/engines/agos/string.cpp
index dbfa36279b..84bcbf5d28 100644
--- a/engines/agos/string.cpp
+++ b/engines/agos/string.cpp
@@ -365,6 +365,8 @@ void AGOSEngine::printScreenText(uint vgaSpriteId, uint color, const char *strin
}
uint16 windowNum = (!getBitFlag(133)) ? 3 : 4;
+ if (getGameType() == GType_SIMON1 && (getFeatures() & GF_DEMO))
+ windowNum = 4;
x /= 8;
if (y < 2)