Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Apr 9, 2014
1 parent cc6cece commit eae7ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/game.cpp
Expand Up @@ -504,11 +504,11 @@ static int do_gameloop(int argc, char** argv)

statistics::fresh_stats();

if (!game->is_loading()) {
if (!game->is_loading()) {
const config &cfg =
config_manager.game_config().child("titlescreen_music");
if (cfg) {
sound::play_music_repeatedly(game_config::title_music);
sound::play_music_repeatedly(game_config::title_music);
BOOST_FOREACH(const config &i, cfg.child_range("music")) {
sound::play_music_config(i);
}
Expand All @@ -517,7 +517,7 @@ static int do_gameloop(int argc, char** argv)
sound::empty_playlist();
sound::stop_music();
}
}
}

loadscreen_manager.reset();

Expand Down

0 comments on commit eae7ba9

Please sign in to comment.