From 33f0878399eb996a384ea4a67684abd14dd19b98 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 31 Jan 2021 05:42:32 +0100 Subject: [PATCH] Mark _tAnimOrder as explicitly signed --- Source/towners.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.h b/Source/towners.h index 864d8d22e..843389853 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; + Sint8 _tAnimOrder; int _tAnimWidth; int _tAnimWidth2; int _tTenPer;