From 4288e7c23651289dcad6b8e8f34ac7804840669c Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Tue, 2 Nov 2010 05:29:20 +0000 Subject: [PATCH] Normalizing line endings to Unix style, per coding guidelines. --- projects/mtg/src/MTGAbility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index be6963aaa..3db8405c1 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -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;