- Added additional cleanups to newGameCleanup().

This commit is contained in:
Sloth
2012-10-02 08:53:47 +00:00
parent 8aa4bed51b
commit 7e86e8d751

View File

@@ -111,8 +111,12 @@ public class MagicStack extends MyObservable {
*/
public final void reset() {
this.getStack().clear();
this.simultaneousStackEntryList.clear();
this.frozen = false;
this.splitSecondOnStack = 0;
this.lastTurnCast.clear();
this.thisTurnCast.clear();
this.curResolvingCard = null;
this.getFrozenStack().clear();
this.updateObservers();
}