diff options
-rw-r--r-- | engines/hdb/ai-lists.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai-lists.cpp b/engines/hdb/ai-lists.cpp index 39b3970a1d..2b122f4920 100644 --- a/engines/hdb/ai-lists.cpp +++ b/engines/hdb/ai-lists.cpp @@ -128,6 +128,7 @@ void AI::animateTargets() { if (at->killAuto) autoDeactivate(at->x, at->y); + delete _animTargets[i]; _animTargets.remove_at(i); i--; continue; |