- fix for issue 756 (cycling not working for first 7 drawn cards)
- minor cleanup of MTGGameZones.cpp
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user