From 1fcbdf792b8aa3ed9adfe3d0bfe1ac7a110ac399 Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Fri, 6 Jun 2003 17:02:10 +0000 Subject: forgot to activate that code again svn-id: r8356 --- sky/logic.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sky') diff --git a/sky/logic.cpp b/sky/logic.cpp index a1e15e46ae..6d0f88a09c 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -1751,10 +1751,10 @@ bool SkyLogic::fnStartMenu(uint32 firstObject, uint32 b, uint32 c) { cpt->xcood = rollingX; rollingX += 24; - //if (_scriptVariables[MENU] == 2) + if (_scriptVariables[MENU] == 2) cpt->ycood = 136; - /*else - cpt->ycood = 112;*/ + else + cpt->ycood = 112; } return true; -- cgit v1.2.3