Move m_sprDisqualify to ScreenPlayerOptions.

This commit is contained in:
Glenn Maynard
2006-01-16 05:09:11 +00:00
parent 297878e379
commit e581d43cdb
4 changed files with 16 additions and 16 deletions
+3
View File
@@ -30,6 +30,9 @@ private:
bool m_bAskOptionsMessage;
Sprite m_sprOptionsMessage;
// show if the current selections will disqualify a high score
AutoActor m_sprDisqualify[NUM_PLAYERS];
RageSound m_CancelAll;
};