diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |