File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ int GATutorial::Start() {
294
294
295
295
// Start music
296
296
g_MusicMan.PlayDynamicSong (" Generic Battle Music" );
297
-
298
297
return error;
299
298
}
300
299
@@ -325,14 +324,14 @@ void GATutorial::End() {
325
324
326
325
// Temp fix so music doesn't start playing if ending the Activity when changing resolution through the in-game settings.
327
326
if (!m_Paused) {
328
- // Play the appropriate tune on player win/lose
329
- if (playerWon) {
327
+ // Play the appropriate tune on player win/lose
328
+ if (playerWon) {
330
329
g_MusicMan.PlayDynamicSong (" Generic Victory Music" , " Default" , true );
331
330
g_MusicMan.PlayDynamicSong (" Generic Ambient Music" );
332
- } else {
333
- g_MusicMan.PlayDynamicSong (" Generic Defeat Music" , " Default" , true );
334
- g_MusicMan.PlayDynamicSong (" Generic Ambient Music" );
335
- }
331
+ } else {
332
+ g_MusicMan.PlayDynamicSong (" Generic Defeat Music" , " Default" , true );
333
+ g_MusicMan.PlayDynamicSong (" Generic Ambient Music" );
334
+ }
336
335
}
337
336
}
338
337
You can’t perform that action at this time.
0 commit comments