From e778deb2c0c7fa2ce2d605dde7a5fe86a686e078 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 19 Aug 2017 16:51:00 +0200 Subject: * (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. --- Source/Menu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Menu.c') 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) -- cgit v1.2.3