add choice name indirection to make it easier to add/remove options, and to give theme elements more logical names

This commit is contained in:
Chris Danford
2004-02-13 05:10:18 +00:00
parent 4f6e5be0e3
commit a0b00eae77
4 changed files with 38 additions and 23 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ protected:
void FinalizeChoices();
MenuElements m_Menu;
BGAnimation m_BGAnimations[MAX_CHOICES];
vector<BGAnimation*> m_vpBGAnimations;
vector<ModeChoice> m_aModeChoices; // derived classes should look here for what choices are available
vector<CodeItem> m_aCodes;