aboutsummaryrefslogtreecommitdiff
path: root/Source/LoadMenu.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-09-23 01:32:26 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-09-23 01:32:26 +0200
commite6d41c59ffa15dee7f8bc9d7ea0e12ac682da595 (patch)
tree19a1b57479a66efe6f74c2eedfd4795554fa75b7 /Source/LoadMenu.h
parent286d13d71d017003df4cb44fc4ef4822d9e39c03 (diff)
downloadairport-e6d41c59ffa15dee7f8bc9d7ea0e12ac682da595.tar.gz
Bugfix: ptrPlayer->SelectedAircraft was being substracted when == 0 and caused a game crash. Bugfix: aircraft did not stop when DIR_SOUTH.
Diffstat (limited to 'Source/LoadMenu.h')
-rw-r--r--Source/LoadMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/LoadMenu.h b/Source/LoadMenu.h
index 3407dd1..2d1d5f7 100644
--- a/Source/LoadMenu.h
+++ b/Source/LoadMenu.h
@@ -15,7 +15,7 @@
* Global prototypes
* *************************************/
-void LoadMenu( char* fileList[],
+void LoadMenu( const char* fileList[],
void* dest[],
uint8_t szFileList , uint8_t szDestList);