Jeck - Replaced ok_quad with ok_tex, which won't expire until the duel is over.

This commit is contained in:
wagic.jeck
2009-09-14 21:09:58 +00:00
parent a84ed94954
commit 1b468bde14
3 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ class GuiCombat : public GuiLayer
GameObserver* go;
DamagerDamaged* active;
AttackerDamaged* activeAtk;
static JQuad* ok_quad;
static JTexture* ok_tex;
Pos ok, enemy_avatar;
vector<AttackerDamaged*> attackers;
DamagerDamaged* current;