Changed: #901 nlstop() broken (including patch provided by vhelsing)

hg/feature/sound
kervala 15 years ago
parent 65e5267ffd
commit de682be280

@ -1070,7 +1070,7 @@ std::string CGroupNpc::buildDebugString(uint idx) const
void CGroupNpc::display(CStringWriter &stringWriter) const
{
#ifdef NL_DEBUG
nlstop("not implemented");
nlstopex(("not implemented"));
#endif
}

@ -2446,7 +2446,7 @@ NLMISC_COMMAND(addPetsToPlayer,"Add some pets specified with a sheet to the spec
return false;
#ifdef NL_DEBUG
nlstop("Not Implemented");
nlstopex(("Not Implemented"));
#endif
return true;
}

@ -72,7 +72,7 @@ CHarvestable::~CHarvestable()
{
nlwarning("CHarvestable::~CHarvestable> WARNING harvester row id not reset but can't find corresponding entity.");
#ifdef NL_DEBUG
nlstop("");
nlstop;
#endif
}
}

Loading…
Cancel
Save