aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index bb862220a2..ab8cb9abe4 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -596,13 +596,6 @@ struct AnimTarget {
AnimTarget() : x(0), y(0), start(0), end(0), vel(0), animCycle(0), animFrame(0), killAuto(false), inMap(false) {
for (int i = 0; i < kMaxAnimTFrames; i++) {
- gfxList[i] = new Tile;
- }
- }
-
- ~AnimTarget() {
- for (int i = 0; i < kMaxAnimTFrames; i++) {
- delete gfxList[i];
gfxList[i] = NULL;
}
}