From c635347f18378aea08ba48e991ddb8ff1010c27c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Mar 2013 16:00:26 +0300 Subject: Fix code style. --- src/game.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 7645a669b..fa93f4d84 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1045,7 +1045,8 @@ void Game::changeMap(const std::string &mapPath) newMap->initializeParticleEffects(particleEngine); // Start playing new music file when necessary - const std::string oldMusic = mCurrentMap ? mCurrentMap->getMusicFile() : ""; + const std::string oldMusic = mCurrentMap + ? mCurrentMap->getMusicFile() : ""; const std::string newMusic = newMap ? newMap->getMusicFile() : ""; if (newMusic != oldMusic) { -- cgit v1.2.3-60-g2f50