Browse Source

Allow for animations of 255 frames

pull/989/head
Anders Jenbo 5 years ago
parent
commit
55b9fc63c2
  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;
Uint8 _tAnimOrder;
int _tAnimWidth;
int _tAnimWidth2;
int _tTenPer;

Loading…
Cancel
Save