fix editor timer

This commit is contained in:
Glenn Maynard
2003-12-22 20:27:47 +00:00
parent 14fb3b4632
commit 066e1a94b9
+4
View File
@@ -1276,6 +1276,10 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
GAMESTATE->RestoreSelectedOptions(); // restore the edit and playback options
}
break;
case SM_GainFocus:
/* We do this ourself. */
SOUND->HandleSongTimer( false );
break;
}
}