make tint signed

This commit is contained in:
Dana Jansens 2003-04-05 19:14:23 +00:00
parent ab3ef03a53
commit 88f8ebada9

View file

@ -91,7 +91,7 @@ typedef struct TextureText {
ObFont *font; ObFont *font;
Justify justify; Justify justify;
int shadow; int shadow;
unsigned char tint; char tint;
unsigned char offset; unsigned char offset;
color_rgb *color; color_rgb *color;
char *string; char *string;