add graphic for ScreenPlayerOptions CancelAll

This commit is contained in:
Chris Danford
2004-03-13 18:15:50 +00:00
parent 5bb3804be8
commit bb8ae37aab
5 changed files with 35 additions and 9 deletions
+6 -4
View File
@@ -29,10 +29,12 @@ private:
void UpdateDisqualified();
bool m_bAcceptedChoices;
bool m_bGoToOptions;
bool m_bAskOptionsMessage;
Sprite m_sprOptionsMessage;
bool m_bAcceptedChoices;
bool m_bGoToOptions;
bool m_bAskOptionsMessage;
Sprite m_sprOptionsMessage;
AutoActor m_sprCancelAll[NUM_PLAYERS];
};