- warning removal

SVN r3043 (trunk)
This commit is contained in:
Christoph Oelckers 2010-12-15 18:57:39 +00:00
commit 419a998bdf
3 changed files with 15 additions and 1 deletions

View file

@ -2328,9 +2328,10 @@ void D_DoomMain (void)
{
D_DoomLoop (); // never returns
}
catch (CRestartException &ex)
catch (CRestartException &)
{
// Music and sound should be stopped first
screen->GameRestart();
S_StopMusic(true);
S_StopAllChannels ();