working on ScreenHighScores

This commit is contained in:
Chris Danford
2003-01-20 05:08:35 +00:00
parent d8d9fb2c5b
commit d1c96dcf7f
15 changed files with 92 additions and 17 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
class ScreenMemoryCard : public ScreenAttract
{
public:
ScreenMemoryCard() : ScreenAttract("MemoryCard","memory card") { };
ScreenMemoryCard() : ScreenAttract("ScreenMemoryCard","memory card") { };
};