remove MaxStages and LifeDifficulty; allow doing them with lua instead

This commit is contained in:
Glenn Maynard
2005-06-25 02:37:18 +00:00
parent de948e2541
commit 265ecccbca
4 changed files with 11 additions and 28 deletions
-2
View File
@@ -26,8 +26,6 @@ private:
AutoActor m_sprLogo;
BitmapText m_textVersion;
BitmapText m_textSongs;
BitmapText m_textMaxStages;
BitmapText m_textLifeDifficulty;
};
#endif