J :
* Fix a few warnings.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
|
||||
Player::Player(MTGPlayerCards * _deck, char * file): Damageable(20){
|
||||
Player::Player(MTGPlayerCards * _deck, string file): Damageable(20){
|
||||
deckFile = file;
|
||||
game = _deck;
|
||||
game->setOwner(this);
|
||||
@@ -82,4 +82,4 @@ int Player::afterDamage(){
|
||||
void Player::cleanupPhase(){
|
||||
game->inPlay->cleanupPhase();
|
||||
game->graveyard->cleanupPhase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user