aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNipun Garg2019-06-20 20:10:42 +0530
committerEugene Sandulenko2019-09-03 17:16:52 +0200
commitae876db69cc16ea961e5624ff4e3161b24e0fdc9 (patch)
tree5b3c30150efccc48f3a337812a37ab93b96f6001
parent6e340391532b7a617bae790ba5ae896230d89725 (diff)
downloadscummvm-rg350-ae876db69cc16ea961e5624ff4e3161b24e0fdc9.tar.gz
scummvm-rg350-ae876db69cc16ea961e5624ff4e3161b24e0fdc9.tar.bz2
scummvm-rg350-ae876db69cc16ea961e5624ff4e3161b24e0fdc9.zip
HDB: Fix special1Gfx data type
-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];