This commit is contained in:
parent
99331b14f9
commit
9fe426e4fd
5 changed files with 50 additions and 36 deletions
|
@ -360,13 +360,11 @@ void CThingManager::addToThingList(CThing *_this)
|
|||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
int testTypeGit;
|
||||
void CThingManager::removeFromThingList(CThing *_this)
|
||||
{
|
||||
CThing *prevThing,*thing;
|
||||
|
||||
prevThing=NULL;
|
||||
testTypeGit = _this->getThingType();
|
||||
thing=s_thingLists[_this->getThingType()];
|
||||
while(thing!=_this)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue