Allow screen aliasing.
This commit is contained in:
@@ -78,8 +78,8 @@ static const PlayerOptions::Effect ChoosableEffects[] =
|
||||
PlayerOptions::NUM_EFFECTS
|
||||
};
|
||||
|
||||
ScreenPlayerOptions::ScreenPlayerOptions() :
|
||||
ScreenOptions("ScreenPlayerOptions")
|
||||
ScreenPlayerOptions::ScreenPlayerOptions( CString sClassName ) :
|
||||
ScreenOptions( sClassName )
|
||||
{
|
||||
LOG->Trace( "ScreenPlayerOptions::ScreenPlayerOptions()" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user