aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index aa47996516..83fe88b9ff 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -633,9 +633,7 @@ struct DlvEnt {
destGfxName[0] = 0;
}
~DlvEnt() {
- delete itemGfx;
itemGfx = NULL;
- delete destGfx;
destGfx = NULL;
}
};