J :
* Some cleaning of the ^M's * Fix a few warnings
This commit is contained in:
@@ -60,7 +60,7 @@ int AbilityFactory::putInPlayFromZone(MTGCardInstance * card, MTGGameZone * zone
|
||||
|
||||
|
||||
Trigger * AbilityFactory::parseTrigger(string magicText){
|
||||
int found = magicText.find("@");
|
||||
size_t found = magicText.find("@");
|
||||
if (found == string::npos) return NULL;
|
||||
|
||||
//Next Time...
|
||||
|
||||
Reference in New Issue
Block a user