Fixed a bug on sound tracks for PSP/PSVita devices, removed a test on vampired trigger due to a fake error on test suite.

This commit is contained in:
Vittorio Alfieri
2021-09-19 18:17:12 +02:00
parent ff47c0dd44
commit e2a1705b3f
8 changed files with 21 additions and 4 deletions
+2
View File
@@ -143,7 +143,9 @@ void GameStateOptions::Start()
optionsTabs->Entering(JGE_BTN_NONE);
#if !defined (PSP)
GameApp::playMusic("Track3.mp3"); // Added music for options.
#endif
}
void GameStateOptions::End()