Remove Unneeded DebugBreak

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

View File

@ -102,7 +102,6 @@ Mob *Entity::CastToMob()
#ifdef _EQDEBUG
if (!IsMob()) {
std::cout << "CastToMob error" << std::endl;
DebugBreak();
return 0;
}
#endif