From 8d3887f170a0d085e50eecb6750724ce3b055d7d Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sun, 25 Jun 2006 01:19:34 +0000 Subject: Fixes a warning with VC++ 2005 Express. svn-id: r23307 --- graphics/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/font.cpp b/graphics/font.cpp index 2a452123b8..53f04afbe0 100644 --- a/graphics/font.cpp +++ b/graphics/font.cpp @@ -331,7 +331,7 @@ int bdf_read_bitmaps(Common::SeekableReadStream &fp, NewFontData* pf) { long ofs = 0; int maxwidth = 0; int i, k, encoding = 0, width = 0; - int bbw, bbh = 0, bbx = 0, bby = 0; + int bbw = 0, bbh = 0, bbx = 0, bby = 0; int proportional = 0; int need_bbx = 0; int encodetable = 0; -- cgit v1.2.3