- warning removal
SVN r3043 (trunk)
This commit is contained in:
parent
b42952b85c
commit
419a998bdf
3 changed files with 15 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue