This commit is contained in:
Paul 2001-03-01 14:42:32 +00:00
parent 4e444277af
commit a606765175

View File

@ -204,7 +204,6 @@ void CThingManager::addToThingList(CThing *_this)
{
_this->m_nextThing=s_thingLists[_this->getThingType()];
s_thingLists[_this->getThingType()]=_this;
PAUL_DBGMSG("Added thing type %d",_this->getThingType());
}
/*----------------------------------------------------------------------