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, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 32cca0a96f..96f0e6ded2 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -544,7 +544,7 @@ struct AnimTarget {
Tile *gfxList[kMaxAnimTFrames];
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++) {
+ for (int i = 0; i < kMaxAnimTFrames; i++) {
gfxList[i] = new Tile;
}
}