From 8daf3fba12fdf36cb8bf6137649fa7a7307ae127 Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Sun, 28 Mar 2004 20:06:00 +0000
Subject: [PATCH] Changed to Uint32

---
 src/video/font.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video/font.cpp b/src/video/font.cpp
index eec33bc78..a4545e7cb 100644
--- a/src/video/font.cpp
+++ b/src/video/font.cpp
@@ -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