removed an unrefferenced variable

This commit is contained in:
omegablast2002@yahoo.com
2010-08-27 17:40:44 +00:00
parent 24ae404c3a
commit 3ad28096b1

View File

@@ -93,7 +93,6 @@ int Player::damaged(){
}
//Cleanup phase at the end of a turn
void Player::cleanupPhase(){
Player *p;
game->inPlay->cleanupPhase();
game->graveyard->cleanupPhase();