aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 5e140f7d50..8604fa3c22 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -382,7 +382,7 @@ struct AIEntity {
uint16 special1Frames;
uint16 int2;
};
- void *special1Gfx[kMaxAnimFrames];
+ Tile *special1Gfx[kMaxAnimFrames];
uint16 standdownFrames;
Tile *standdownGfx[kMaxAnimFrames];