aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-06-06 06:52:46 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-06-06 06:52:46 +0200
commit1244505327009142c80140e44c86138f4fd6ae07 (patch)
treed11878572385583e5e2fd3d05ae3349dd46d45e6 /Source/Menu.c
parentc43347edb7d422b902360a44a7bd0b0a20f941f2 (diff)
downloadairport-1244505327009142c80140e44c86138f4fd6ae07.tar.gz
* Implemented aircraft collision. But it would not detect collision in some cases.
* Remove unneeded whitespace character on pointer variables (unary operators should not have any whitespaces). * SelectedAircraft index now increases or decreases automatically on aircraft added/removed. * Started writing Plt generation routines. Still a lot of work TODO.
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 d2d1122..5e6ac72 100644
--- a/Source/Menu.c
+++ b/Source/Menu.c
@@ -113,7 +113,7 @@ static SsVag AcceptSnd;
static TYPE_CHEAT TestCheat;
static TYPE_CHEAT StackCheckCheat;
-static char * MainMenuFiles[] = { "cdrom:\\DATA\\SPRITES\\MAINMENU.TIM;1" ,
+static char* MainMenuFiles[] = { "cdrom:\\DATA\\SPRITES\\MAINMENU.TIM;1" ,
"cdrom:\\DATA\\SOUNDS\\BELL.VAG;1" ,
"cdrom:\\DATA\\SOUNDS\\ACCEPT.VAG;1" ,
"cdrom:\\DATA\\SPRITES\\PSXDISK.TIM;1" ,