J :
* Remove ^M's. * Re-indent automatically. * Remove whitespace at the end of lines.
This commit is contained in:
@@ -10,7 +10,7 @@ void MTGSpellStack::addSpell(Ability * ability){
|
||||
}
|
||||
|
||||
int MTGSpellStack::resolve(){
|
||||
if (cursor < 0)
|
||||
if (cursor < 0)
|
||||
return 0;
|
||||
int result = cursor;
|
||||
cursor--;
|
||||
|
||||
Reference in New Issue
Block a user