diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-09-23 01:32:26 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-09-23 01:32:26 +0200 |
| commit | e6d41c59ffa15dee7f8bc9d7ea0e12ac682da595 (patch) | |
| tree | 19a1b57479a66efe6f74c2eedfd4795554fa75b7 /Source/LoadMenu.h | |
| parent | 286d13d71d017003df4cb44fc4ef4822d9e39c03 (diff) | |
| download | airport-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.h | 2 |
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); |
