aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-12 22:12:05 +0200
committerEugene Sandulenko2016-10-12 22:12:40 +0200
commitb5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab (patch)
treee06dde5cedefc5b8b80ef13ca19c34551fba2d82 /devtools
parent3dc5431884436d2774fedc796249becbbf3a0ddb (diff)
downloadscummvm-rg350-b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab.tar.gz
scummvm-rg350-b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab.tar.bz2
scummvm-rg350-b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab.zip
GRAPHICS: Fix built-in font parameters
Diffstat (limited to 'devtools')
-rw-r--r--devtools/convbdf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/convbdf.cpp b/devtools/convbdf.cpp
index 6ec453db38..31fdbd0010 100644
--- a/devtools/convbdf.cpp
+++ b/devtools/convbdf.cpp
@@ -508,8 +508,8 @@ int main(int argc, char *argv[]) {
"\t\"%s\", // Family name\n"
"\t\"%s\", // Slant\n"
"\t%d, // Max advance\n"
- "\t%d, // Size\n"
"\t%d, // Height\n"
+ "\t%d, // Size\n"
"\t{ %d, %d, %d, %d }, // Bounding box\n"
"\t%d, // Ascent\n"
"\n"