removed an unrefferenced variable
This commit is contained in:
@@ -93,7 +93,6 @@ int Player::damaged(){
|
|||||||
}
|
}
|
||||||
//Cleanup phase at the end of a turn
|
//Cleanup phase at the end of a turn
|
||||||
void Player::cleanupPhase(){
|
void Player::cleanupPhase(){
|
||||||
Player *p;
|
|
||||||
game->inPlay->cleanupPhase();
|
game->inPlay->cleanupPhase();
|
||||||
game->graveyard->cleanupPhase();
|
game->graveyard->cleanupPhase();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user