Fixed: #901 nlstop

This commit is contained in:
vl 2010-05-15 09:42:50 +02:00
parent 7b26e89d68
commit 58b4e4191d

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
}