From 55b9fc63c2daa87ab69b13f929c950e4bd1b7488 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 31 Jan 2021 04:14:14 +0100 Subject: [PATCH] Allow for animations of 255 frames --- Source/towners.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.h b/Source/towners.h index 864d8d22e..afa995669 100644 --- a/Source/towners.h +++ b/Source/towners.h @@ -34,7 +34,7 @@ typedef struct TownerStruct { int _tAnimLen; // Number of frames in current animation int _tAnimFrame; // Current frame of animation. int _tAnimFrameCnt; - char _tAnimOrder; + Uint8 _tAnimOrder; int _tAnimWidth; int _tAnimWidth2; int _tTenPer;