code cleanup. No code changes
- removed unused variables - added line breaks between methods (not everywhere just where i saw it while removing unused variables)
This commit is contained in:
@@ -1089,7 +1089,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
|
||||
{
|
||||
size_t end = s.find(")", found);
|
||||
string sname = s.substr(found + 5, end - found - 5);
|
||||
size_t previous = end + 1;
|
||||
|
||||
ANamer * tok = NEW ANamer(id, card, NULL, sname, 0);
|
||||
return tok;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user