From 4dba6962f579b136a556142e9bd2b3f83af38473 Mon Sep 17 00:00:00 2001
From: Matthew Hoops
Date: Mon, 7 Mar 2011 11:40:54 -0500
Subject: GRAPHICS: Fix a missing 'f'

Thanks, fuzzie
---
 graphics/fonts/winfont.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'graphics')

diff --git a/graphics/fonts/winfont.cpp b/graphics/fonts/winfont.cpp
index bdb6133695..12509fd9e1 100644
--- a/graphics/fonts/winfont.cpp
+++ b/graphics/fonts/winfont.cpp
@@ -177,7 +177,7 @@ uint32 WinFont::getFontIndex(Common::SeekableReadStream &stream, const WinFontDi
 			return id;
 	}
 
-	return 0xfffffff;
+	return 0xffffffff;
 }
 
 bool WinFont::loadFromFNT(const Common::String &fileName) {
-- 
cgit v1.2.3