* Fix a warning.
This commit is contained in:
jean.chalard
2008-12-25 13:18:54 +00:00
parent d7cd0f5bab
commit bb9f09df82
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -349,5 +349,5 @@ MTGGameZone * MTGGameZone::stringToZone(string zoneName, MTGCardInstance * sourc
if(zoneName.compare("myremovedfromgame") == 0)return p->game->removedFromGame;
if(zoneName.compare("opponentremovedfromgame") == 0) return p->opponent()->game->removedFromGame;
if(zoneName.compare("ownerhremovedfromgame") == 0) return source->owner->game->removedFromGame;
}
return NULL;
}