J :
* Some cleaning after r1062 code review. - Remove code that was never reached. - Remove a useless function. - Make GuiPlay treat cards that are both spells and creatures as creatures and not spells.
This commit is contained in:
@@ -27,7 +27,6 @@ class GuiPlay : public GuiLayer
|
||||
class HorzStack : public CardStack {
|
||||
public:
|
||||
HorzStack();
|
||||
void reset(unsigned total, float x, float y);
|
||||
void Render(CardView*, iterator begin, iterator end);
|
||||
void Enstack(CardView*);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user