Fixed "Krenko Commander" and "Plane of the Apes" decks for AI, added a commandline trace to check which soundtrack file is currently playing.
This commit is contained in:
@@ -554,6 +554,8 @@ void GameApp::playMusic(string filename, bool loop)
|
||||
{
|
||||
if(filename == "") filename = currentMusicFile;
|
||||
|
||||
JGE::GetInstance()->SendCommand("\nSelected soundtrack is: " + filename + "\n");
|
||||
|
||||
if (filename.compare(currentMusicFile) == 0 && music)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user