Erwan
- fix issue 22 (Graveyard display messed up) - fix issue 38 (graveyard and library unusable) - fix issue 59 (can't cancel a spell with a target)
This commit is contained in:
@@ -12,6 +12,7 @@ class DamageResolverLayer;
|
||||
class GuiHandSelf;
|
||||
class GuiHandOpponent;
|
||||
class GuiCombat;
|
||||
class GuiAvatars;
|
||||
struct Pos;
|
||||
|
||||
class DuelLayers {
|
||||
@@ -23,6 +24,7 @@ class DuelLayers {
|
||||
ActionLayer* action;
|
||||
ActionStack* stack;
|
||||
GuiHandSelf *hand;
|
||||
GuiAvatars * avatars;
|
||||
|
||||
public:
|
||||
DuelLayers();
|
||||
|
||||
Reference in New Issue
Block a user