mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
fixed default font height
svn-id: r46296
This commit is contained in:
parent
88c99bc733
commit
c2f9c512a1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user