Skip to content

Commit b953a87

Browse files
committed
formatting?
1 parent 860c266 commit b953a87

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Source/Activities/GATutorial.cpp

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ int GATutorial::Start() {
294294

295295
// Start music
296296
g_MusicMan.PlayDynamicSong("Generic Battle Music");
297-
298297
return error;
299298
}
300299

@@ -325,14 +324,14 @@ void GATutorial::End() {
325324

326325
// Temp fix so music doesn't start playing if ending the Activity when changing resolution through the in-game settings.
327326
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) {
330329
g_MusicMan.PlayDynamicSong("Generic Victory Music", "Default", true);
331330
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+
}
336335
}
337336
}
338337

0 commit comments

Comments
 (0)