- Fixed issue 5 (Sell menu default option)
- Verified issue 2 (Moat does not work) -> can't reproduce
-Fixe Magus of Moat (FUT)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-23 06:00:23 +00:00
parent 3ce216d5e6
commit 311ec5fbad
6 changed files with 77 additions and 53 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class SimpleMenu:public JGuiController{
SimpleMenu(int id, JGuiListener* listener, JLBFont* font, int x, int y, const char * _title = "", int _maxItems = 7);
void Render();
void Update(float dt);
void Add(int id, const char * Text,string desc = "");
void Add(int id, const char * Text,string desc = "", bool forceFocus = false);
void Close();
float selectionTargetY;