Fixed: #901 nlstop

This commit is contained in:
vl 2010-05-15 09:42:50 +02:00
parent b2dd2a85c4
commit fe57276808

View file

@ -206,7 +206,7 @@ public:
{
nlwarning("setting mode %s for a creature !!! Forbidden", mode.toString().c_str());
#ifdef NL_DEBUG
nlstop("set mode %s for creature", mode.toString().c_str());
nlstopex(("set mode %s for creature", mode.toString().c_str()));
#endif
}