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
@@ -11,10 +11,7 @@
* is annoying, because sounds might be deleted at any time; they aren't ours to have
* references to. Also, it's better to quit on command instead of waiting several seconds
* for a sound to stop. */
REGISTER_SCREEN_CLASS( ScreenExit );
ScreenExit::ScreenExit( CString sName ): Screen( sName )
{
}
REGISTER_SCREEN_CLASS_NEW( ScreenExit );
void ScreenExit::Init()
{