self-registering screen classes

This commit is contained in:
Chris Danford
2004-11-26 17:28:47 +00:00
parent b333841085
commit 7f336c2ce6
74 changed files with 147 additions and 43 deletions
+1
View File
@@ -96,6 +96,7 @@ const float ITEM_X[NUM_PLAYERS] = { 260, 420 };
* in player options menus, but it should in the options menu.
*/
//REGISTER_SCREEN_CLASS( ScreenOptions );
ScreenOptions::ScreenOptions( CString sClassName ) : ScreenWithMenuElements(sClassName)
{
LOG->Trace( "ScreenOptions::ScreenOptions()" );