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;
Justify justify;
int shadow;
unsigned char tint;
char tint;
unsigned char offset;
color_rgb *color;
char *string;