Fixed sloppy type bug in wtext.c

This commit is contained in:
Adam Greenwood-Byrne 2021-03-09 22:25:50 +00:00
parent 0c55d05177
commit 762c847d02

View file

@ -1,8 +1,9 @@
#include "wgt.h"
short xc, yc, cstart, cend, curspeed;
short grid, trans, fore, back;
short grid, trans;
short wfontsize;
unsigned int fore, back;
void wouttextxy (short x, short y, wgtfont font, char *string)
{