Remove Unneeded DebugBreak

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

View File

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