Transition away from Screen(sName).

This commit is contained in:
Glenn Maynard
2006-01-15 18:37:57 +00:00
parent 1fe278b48d
commit 87ea090b9b
22 changed files with 15 additions and 62 deletions
+1 -4
View File
@@ -64,10 +64,7 @@ static bool IsGameplay()
}
REGISTER_SCREEN_CLASS( ScreenDebugOverlay );
ScreenDebugOverlay::ScreenDebugOverlay( const CString &sName ) : Screen(sName)
{
}
REGISTER_SCREEN_CLASS_NEW( ScreenDebugOverlay );
ScreenDebugOverlay::~ScreenDebugOverlay()
{