From b78d25d16be9e99c283ce0aed40ef297e8fd23e8 Mon Sep 17 00:00:00 2001 From: "wagic.jeck" Date: Thu, 3 Sep 2009 20:14:29 +0000 Subject: [PATCH] Jeck - Tempory fix for missing GuiHand.h. Please commit if your copy differs. --- projects/mtg/include/GuiHand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/mtg/include/GuiHand.h b/projects/mtg/include/GuiHand.h index 214501cf1..4cf9c2197 100644 --- a/projects/mtg/include/GuiHand.h +++ b/projects/mtg/include/GuiHand.h @@ -60,7 +60,7 @@ class GuiHandSelf : public GuiHand Open, Closed } state; - float backpos; + Pos backpos; public: GuiHandSelf(CardSelector* cs, MTGHand* hand); @@ -71,6 +71,7 @@ class GuiHandSelf : public GuiHand bool CheckUserInput(u32 key); virtual void Render(); void Update(float dt); + void Repos(); float LeftBoundary(); HandLimitor* limitor;