From c8077925ccc5c957b408acb37195c6ea0675c3db Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 1 Mar 2008 03:59:56 +0000 Subject: Fix subtitle regressions in DOS Floppy demo of Simon the Sorcerer 1. svn-id: r31015 --- engines/agos/string.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/agos/string.cpp') 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) -- cgit v1.2.3