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

View File

@@ -148,7 +148,9 @@ void GameStateAwards::Start()
setSrc = NULL;
showMenu = false;
#if !defined (PSP)
GameApp::playMusic("Track4.mp3"); // Added music for trophies.
#endif
}
void GameStateAwards::Create()