This commit is contained in:
Charles 2001-05-04 14:18:55 +00:00
parent 49ab6af412
commit bac6e54e70
2 changed files with 2 additions and 1 deletions

View file

@ -683,6 +683,7 @@ void CNpcEnemy::shutdown()
oldPosition = currentPosition;
currentPosition = currentPosition->next;
oldPosition->prev->next = NULL;
delete oldPosition;
}