- fix for issue 756 (cycling not working for first 7 drawn cards)

- minor cleanup of MTGGameZones.cpp
This commit is contained in:
wagic.the.homebrew
2011-11-12 10:14:27 +00:00
parent a94e0a11cf
commit d654b050df
5 changed files with 8 additions and 33 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ void DuelLayers::init(GameObserver* go)
mCardSelector = NEW CardSelector(go, this);
//1 Action Layer
action = NEW ActionLayer(go);
action->Add(NEW MTGGamePhase(go, action->getMaxId()));
action->Add(NEW MTGGamePhase(go, action->getMaxId())); //Phases handler
action->Add(NEW OtherAbilitiesEventReceiver(go, -1)); //autohand, etc... handler
//Other display elements
action->Add(NEW HUDDisplay(go, -1));