- fix with Momir+ */* creatures
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-06 12:19:18 +00:00
parent a8942331eb
commit e9190ff19f
16 changed files with 110 additions and 40 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class GuiLayers{
GuiLayer * objects[MAX_GUI_LAYERS];
public:
GuiLayers();
void Update(float dt, Player * player);
virtual void Update(float dt, Player * player);
void Render();
void Add(GuiLayer * layer);
void Remove();