mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
CRUISE: Fix font space width
This commit is contained in:
parent
b03b7902eb
commit
fa56325aa2
@ -30,7 +30,7 @@
|
||||
|
||||
namespace Cruise {
|
||||
|
||||
const int SPACE_WIDTH = 4;
|
||||
const int SPACE_WIDTH = 5;
|
||||
|
||||
/**
|
||||
* Determines the line size by finding the highest character in the given font set
|
||||
|
Loading…
x
Reference in New Issue
Block a user