Allow screen aliasing.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
class ScreenMemoryCard : public ScreenAttract
|
||||
{
|
||||
public:
|
||||
ScreenMemoryCard() : ScreenAttract("ScreenMemoryCard") { };
|
||||
ScreenMemoryCard( CString sName ) : ScreenAttract( sName ) { };
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user