From 9b02e85aa612624d0eb98c4767bd5c880bcc3c7d Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Sat, 8 Feb 2003 07:26:00 +0000
Subject: [PATCH] Remove bad debug check

---
 src/stratagus/spells.cpp | 1 -
 1 file changed, 1 deletion(-)

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;
 }