Operator & InsertCoin keys are now configurable like any other menu key, and are still global (effective on any screen). many other misc bug fies and changes. see TODO.miryokuteki

This commit is contained in:
Kevin Slaughter
2003-02-12 11:43:08 +00:00
parent 0c0caec1bc
commit de2602ccba
14 changed files with 257 additions and 150 deletions
+2 -2
View File
@@ -70,13 +70,13 @@ private:
BitmapText m_textHelp;
BitmapText m_textChoice[NUM_CHOICES];
Sprite m_sprJointPremiumMsg;
RandomSample m_soundAttract;
RandomSample m_soundChange;
RandomSample m_soundSelect;
RandomSample m_soundInvalid;
Sprite m_sprJointPremiumMsg;
RageTimer TimeToDemonstration;
RageTimer TimeToJPScroll;
};