stop music on f2 restart, so the music resets, too (not sure if ResetGame(true)

should do this)
This commit is contained in:
Glenn Maynard
2005-05-08 23:20:19 +00:00
parent 1cc8d4a859
commit a87bc7f657
+3
View File
@@ -1337,7 +1337,10 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
/* If we're in screen test mode, reload the screen. */
if( PREFSMAN->m_bScreenTestMode || bCtrl )
{
SOUND->StopMusic();
ResetGame( true );
}
else
SCREENMAN->SystemMessage( "Reloaded metrics and textures" );
}