From fa56325aa2ae00dc81ca262c08f1fc5a2294a8d0 Mon Sep 17 00:00:00 2001 From: Daniel Plakhotich Date: Sat, 10 Dec 2016 13:12:41 +0200 Subject: CRUISE: Fix font space width --- engines/cruise/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/cruise/font.cpp b/engines/cruise/font.cpp index 335e0664bf..3a4e0d6d78 100644 --- a/engines/cruise/font.cpp +++ b/engines/cruise/font.cpp @@ -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 -- cgit v1.2.3