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;