fixed default font height

svn-id: r46296
This commit is contained in:
Vladimir Menshakov 2009-12-08 22:03:33 +00:00
parent 88c99bc733
commit c2f9c512a1

View File

@ -74,7 +74,7 @@ bool Resources::loadArchives(const ADGameDescription *gd) {
font7.load(7);
font7.width_pack = 1;
font7.height = 10;
font7.height = 11;
font8.load(8);
font8.height = 31;