This commit is contained in:
parent
25ce2449ae
commit
9c36f9c1dc
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void CThingManager::shutdown()
|
||||||
int i;
|
int i;
|
||||||
CThing *thing;
|
CThing *thing;
|
||||||
|
|
||||||
ASSERT(!s_initialised);
|
ASSERT(s_initialised);
|
||||||
for(i=0;i<CThing::MAX_TYPE;i++)
|
for(i=0;i<CThing::MAX_TYPE;i++)
|
||||||
{
|
{
|
||||||
while(s_thingLists[i])
|
while(s_thingLists[i])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue