Changed to Uint32

This commit is contained in:
jsalmon3 2004-03-28 20:06:00 +00:00
parent 3de737a43e
commit 8daf3fba12

View file

@ -602,7 +602,7 @@ local void FontMeasureWidths(ColorFont* fp)
const unsigned char* sp;
const unsigned char* lp;
const unsigned char* gp;
int ckey;
Uint32 ckey;
memset(fp->CharWidth, 0, sizeof(fp->CharWidth));
fp->CharWidth[0] = fp->Width / 2; // a reasonable value for SPACE