From 219d958538aecfec4dace7f3b31dcfa193667b27 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 3 Jun 2017 01:37:55 +0200 Subject: * More passengers by correct sequence are unboarded. * Aircraft should not be removed on State == STATE_APPROACH. * Initial implementation for finished game. * Added some comments on System.c. * GameGuiPrepareNotificationString() deprecated. --- Source/Menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Menu.c') diff --git a/Source/Menu.c b/Source/Menu.c index 168ef00..d2d1122 100644 --- a/Source/Menu.c +++ b/Source/Menu.c @@ -432,7 +432,7 @@ void MainMenuDrawButton(TYPE_MMBtn * btn) MenuSpr.w = BUTTON_SIZE; MenuSpr.h = BUTTON_SIZE; - if(btn->timer < MAIN_MENU_BTN_ANI_SIZE) + if(btn->timer < MainMenuBtnAni_sz) { btn->timer++; } -- cgit v1.2.3