diff --git a/src/stratagus/spells.cpp b/src/stratagus/spells.cpp index 781913599..5a0cf084c 100644 --- a/src/stratagus/spells.cpp +++ b/src/stratagus/spells.cpp @@ -1940,7 +1940,6 @@ global int SpellCast(Unit * unit, const SpellType * spell, Unit * target, break; } - DebugCheck((char)unit->Mana < 0); return repeat; }