aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/animation.h')
-rw-r--r--sword2/driver/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h
index 117aadd094..28399d06d4 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -90,7 +90,7 @@ private:
int palnum;
int maxPalnum;
- byte lookup[2][BITDEPTH * BITDEPTH * BITDEPTH];
+ byte lookup[2][(BITDEPTH+1) * (BITDEPTH+1) * (BITDEPTH+1)];
byte *lut;
byte *lut2;
int lutcalcnum;