Erwan
- Magic 2010 - blockers ordering - Fixed a memory leak introduced in a previous revision (foreach)
This commit is contained in:
@@ -28,10 +28,11 @@ class GameObserver{
|
||||
int nbPlayers;
|
||||
int currentPlayerId;
|
||||
int currentRound;
|
||||
|
||||
int blockersAssigned;
|
||||
|
||||
|
||||
public:
|
||||
int blockersSorted;
|
||||
int forceShuffleLibrary[2];
|
||||
int turn;
|
||||
int forceShuffleLibraries();
|
||||
|
||||
Reference in New Issue
Block a user