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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user