Browse Source

Mark _tAnimOrder as explicitly signed

pull/989/head
Anders Jenbo 5 years ago
parent
commit
33f0878399
  1. 2
      Source/towners.h

2
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;

Loading…
Cancel
Save