mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #901 nlstop() broken (including patch provided by vhelsing)
This commit is contained in:
parent
dc5fbfe379
commit
01050d9881
3 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue