Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:20 -06:00
parent 6e582fb68f
commit 6c545a144c

View File

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