[WheelBase, WheelItemBase] Turned WheelItemDataType into a Lua type, made WheelBase:GetSelectedType() return the enum instead of a number.

This commit is contained in:
AJ Kelly
2012-02-10 13:57:24 -06:00
parent cb38919b8c
commit dc3300ae90
4 changed files with 25 additions and 5 deletions
+5
View File
@@ -8,6 +8,11 @@ ________________________________________________________________________________
StepMania 5.0 alpha 1a | 201202??
--------------------------------------------------------------------------------
2012/02/10
----------
* [WheelBase, WheelItemBase] Turned WheelItemDataType into a Lua type,
made WheelBase:GetSelectedType() return the enum instead of a number. [AJ]
2012/02/08
----------
* [ScreenOptionsMaster] Added StepsRowLayoutType metric.