diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-19 16:51:00 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-19 16:51:00 +0200 |
| commit | e778deb2c0c7fa2ce2d605dde7a5fe86a686e078 (patch) | |
| tree | 90684cd779d13b5e490a8289e8770ba999da00e5 /Source/Menu.c | |
| parent | b1aad213d450beae9920e30d6534680474f8df6f (diff) | |
| download | airport-e778deb2c0c7fa2ce2d605dde7a5fe86a686e078.tar.gz | |
* (Bugfix): ptrPlayer->SelectedAircraft was not being updated correctly when new aircraft appeared.
* (Bugfix): PltParser was casting remaining time to uint8_t instead of uint16_t.
* Reduced file buffer size to original value.
* GfxDrawButton(): L1/R1/L2/R2 text is now printed on top of Lx/Rx button.
* Other minor changes.
Diffstat (limited to 'Source/Menu.c')
| -rw-r--r-- | Source/Menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Menu.c b/Source/Menu.c index 8d5141a..5b47c0b 100644 --- a/Source/Menu.c +++ b/Source/Menu.c @@ -369,6 +369,8 @@ void MainMenuRestoreInitValues(void) MainMenuBtn[TWO_PLAYER_BUTTON_INDEX].timer = 0; GfxSetGlobalLuminance(NORMAL_LUMINANCE); + + SfxPlayTrack(INTRO_TRACK); } void MainMenuButtonHandler(void) |
