aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-06-03 01:37:55 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-06-03 01:37:55 +0200
commit219d958538aecfec4dace7f3b31dcfa193667b27 (patch)
tree148bb1758f5015facf6d74fdf71d20915e7b098d /Source/Menu.c
parent92c65ff3b240678ab864e4eb574e02f6151bdbe4 (diff)
downloadairport-219d958538aecfec4dace7f3b31dcfa193667b27.tar.gz
* 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.
Diffstat (limited to 'Source/Menu.c')
-rw-r--r--Source/Menu.c2
1 files changed, 1 insertions, 1 deletions
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++;
}