Skip to content

Commit

Permalink
libcommon|Fixed: Map music not queued if there is no briefing
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jul 12, 2012
1 parent 882df97 commit c4f5ce7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doomsday/plugins/common/src/g_game.c
Expand Up @@ -3037,8 +3037,7 @@ void G_InitNew(skillmode_t skill, uint episode, uint map)
p.map = gameMap;

hasBrief = G_BriefingEnabled(gameEpisode, gameMap, 0);

if(hasBrief)
if(!hasBrief)
{
G_QueMapMusic(gameEpisode, gameMap);
}
Expand Down

0 comments on commit c4f5ce7

Please sign in to comment.