Jeck - Hopefully fixes issue 114.

* Options before the desired optionID were not using the correct option class.
 * Enums were expected to be lower-case.
This commit is contained in:
wagic.jeck
2009-10-20 16:54:53 +00:00
parent 83bc12a275
commit 63ddbd52ad
3 changed files with 12 additions and 5 deletions

View File

@@ -327,6 +327,7 @@ public:
virtual void Update(float dt);
virtual void ButtonPressed(int controllerId, int controlId);
virtual void Add(WGuiBase* item);
virtual void confirmChange(bool confirmed);
WGuiBase * Current();
void nextItem();