There were two "selecting" states, and several functions from WheelBase duplicated

in MusicWheel that just had one replaced with the other.  Merge them.  Multiple
selection "modes" are implemented by having different sorts containing different
selections, not with a high-level mode.
This commit is contained in:
Glenn Maynard
2005-09-19 09:26:42 +00:00
parent 97ddf1ca86
commit ccc567b85c
2 changed files with 9 additions and 10 deletions
-1
View File
@@ -88,7 +88,6 @@ protected:
float m_SpinSpeed;
enum WheelState {
STATE_SELECTING_GENERIC,
STATE_SELECTING_MUSIC,
STATE_FLYING_OFF_BEFORE_NEXT_SORT,
STATE_FLYING_ON_AFTER_NEXT_SORT,
STATE_TWEENING_ON_SCREEN,