From 3f2212241300837404c10dc4ad648cceabbaba4e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 20 Mar 2009 10:01:00 +0000 Subject: Correct vertical offset, when print stats in the AtariST version of Elvira 2. svn-id: r39558 --- engines/agos/script_e2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agos/script_e2.cpp') diff --git a/engines/agos/script_e2.cpp b/engines/agos/script_e2.cpp index afcf14fb76..827dbf620d 100644 --- a/engines/agos/script_e2.cpp +++ b/engines/agos/script_e2.cpp @@ -685,7 +685,7 @@ void AGOSEngine_Elvira2::oe2_b2NotZero() { void AGOSEngine_Elvira2::printStats() { WindowBlock *window = _dummyWindow; int val; - const uint8 y = (getPlatform() == Common::kPlatformAtariST) ? 131 : 134; + const uint8 y = (getPlatform() == Common::kPlatformAtariST) ? 132 : 134; window->flags = 1; -- cgit v1.2.3