Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:28 -06:00
parent 07d2eab183
commit 56b0a2aa4f

View File

@ -235,7 +235,6 @@ const Corpse *Entity::CastToCorpse() const
#ifdef _EQDEBUG
if (!IsCorpse()) {
std::cout << "CastToCorpse error" << std::endl;
DebugBreak();
return 0;
}
#endif