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
+2 -2
View File
@@ -57,8 +57,8 @@ OptionRow g_MachineOptionsLines[NUM_MACHINE_OPTIONS_LINES] = {
OptionRow( "Song\nOptions", true, "HIDE","SHOW","ASK" ),
};
ScreenMachineOptions::ScreenMachineOptions() :
ScreenOptions("ScreenMachineOptions")
ScreenMachineOptions::ScreenMachineOptions( CString sClassName ) :
ScreenOptions( sClassName )
{
LOG->Trace( "ScreenMachineOptions::ScreenMachineOptions()" );