make tint signed
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
render/render.h
→
render/render.h
@@ -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;