This commit is contained in:
Glenn Maynard
2004-02-15 09:34:13 +00:00
parent 9ab55c7e74
commit f6e0803b77
+1 -2
View File
@@ -87,8 +87,7 @@ const ScreenMessage SM_StartHereWeGo = ScreenMessage(SM_User+40);
const ScreenMessage SM_StopHereWeGo = ScreenMessage(SM_User+41);
/* XXX: Not using sName yet here until I work out jukebox/demo. */
ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen("ScreenGameplay")
ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen(sName)
{
LOG->Trace( "ScreenGameplay::ScreenGameplay()" );