This commit is contained in:
parent
4e444277af
commit
a606765175
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ void CThingManager::addToThingList(CThing *_this)
|
||||||
{
|
{
|
||||||
_this->m_nextThing=s_thingLists[_this->getThingType()];
|
_this->m_nextThing=s_thingLists[_this->getThingType()];
|
||||||
s_thingLists[_this->getThingType()]=_this;
|
s_thingLists[_this->getThingType()]=_this;
|
||||||
PAUL_DBGMSG("Added thing type %d",_this->getThingType());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue