diff options
| -rw-r--r-- | sky/logic.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| 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; | 
