aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-05-31 07:24:00 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-05-31 07:24:00 +0200
commit92c65ff3b240678ab864e4eb574e02f6151bdbe4 (patch)
tree2ed5dc6c355e658fbe2de92c207bede986876587 /Source/Menu.c
parentf5d1b4415c3bc8f145a84b8fd00d04629eb6e218 (diff)
downloadairport-92c65ff3b240678ab864e4eb574e02f6151bdbe4.tar.gz
* Used runway is now freed if state == STATE_APPROACH.
TODO: Free runway on state == STATE_READY_TAKEOFF or STATE_ENTERING_RWY.
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 b2dde33..168ef00 100644
--- a/Source/Menu.c
+++ b/Source/Menu.c
@@ -283,7 +283,7 @@ void MainMenu(void)
case ONE_TWO_PLAYERS_LEVEL:
- GsSortCls(0,0,40);
+ GsSortCls(0,0,40);
MainMenuDrawButton(&MainMenuBtn[ONE_PLAYER_BUTTON_INDEX]);
MainMenuDrawButton(&MainMenuBtn[TWO_PLAYER_BUTTON_INDEX]);