Normalizing line endings to Unix style, per coding guidelines.

This commit is contained in:
wrenczes@gmail.com
2010-11-02 05:29:20 +00:00
parent 2d30dece25
commit 4288e7c236

View File

@@ -94,7 +94,7 @@ int AbilityFactory::parsePowerToughness(string s, int *power, int *toughness){
}
// evaluate trigger ability
// ie auto=@attacking(mytgt):destroy target(*)
// ie auto=@attacking(mytgt):destroy target(*)
// eval only the text between the @ and the first :
TriggeredAbility * AbilityFactory::parseTrigger(string s, string magicText, int id, Spell * spell, MTGCardInstance *card, Targetable * target){
size_t found = string::npos;