Transition away from Screen(sName).

This commit is contained in:
Glenn Maynard
2006-01-15 19:49:02 +00:00
parent 3e456e60fd
commit 2b4c9e4516
49 changed files with 43 additions and 126 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ static CString OPTION_EXPLANATION( CString s )
}
//REGISTER_SCREEN_CLASS( ScreenOptions ); // can't be instantiated
ScreenOptions::ScreenOptions( CString sClassName ) : ScreenWithMenuElements(sClassName)
ScreenOptions::ScreenOptions()
{
m_fLockInputSecs = 0.0001f; // always lock for a tiny amount of time so that we throw away any queued inputs during the load.