Skip to content

Commit

Permalink
libcommon: Waive map start pause after a briefing infine
Browse files Browse the repository at this point in the history
The map begins immediately if there is a finale when entering.
  • Loading branch information
skyjake committed Mar 24, 2013
1 parent c5bd86d commit 47536ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/plugins/common/src/fi_lib.c
Expand Up @@ -478,6 +478,7 @@ int Hook_FinaleScriptStop(int hookType, int finaleId, void* parameters)
S_MapMusic(gameEpisode, gameMap);
HU_WakeWidgets(-1 /* all players */);
G_BeginMap();
Pause_End(); // skip forced period
}
return true;
}
Expand Down

0 comments on commit 47536ed

Please sign in to comment.