Allow screen aliasing.

This commit is contained in:
Glenn Maynard
2003-09-27 22:30:51 +00:00
parent 70e1a6bb16
commit c15e0cec49
114 changed files with 154 additions and 138 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const float BUTTON_COLUMN_X[NUM_GAME_TO_DEVICE_SLOTS*MAX_GAME_CONTROLLERS] =
};
ScreenMapControllers::ScreenMapControllers() : Screen("ScreenMapControllers")
ScreenMapControllers::ScreenMapControllers( CString sClassName ) : Screen( sClassName )
{
LOG->Trace( "ScreenMapControllers::ScreenMapControllers()" );