Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:27 -06:00
parent 90dd9f8aeb
commit 07d2eab183

View File

@ -214,7 +214,6 @@ const Merc *Entity::CastToMerc() const
#ifdef _EQDEBUG #ifdef _EQDEBUG
if (!IsMerc()) { if (!IsMerc()) {
std::cout << "CastToMerc error" << std::endl; std::cout << "CastToMerc error" << std::endl;
DebugBreak();
return 0; return 0;
} }
#endif #endif