code cleanup. No code changes
- removed unused variables - added line breaks between methods (not everywhere just where i saw it while removing unused variables)
This commit is contained in:
@@ -102,7 +102,7 @@ void MTGPlayerCards::OptimizedHand(Player * who,int amount, int lands, int creat
|
||||
Player * p = who;
|
||||
MTGCardInstance * card = NULL;
|
||||
MTGGameZone * z = p->game->library;
|
||||
MTGGameZone * e = p->game->temp;
|
||||
|
||||
int optimizedland = 0;
|
||||
int optimizedothercards = 0;
|
||||
int optimizedcreatures = 0;
|
||||
|
||||
Reference in New Issue
Block a user