[Scummvm-git-logs] scummvm master -> b49abf28ad6518d6c2d0e75d4c0d9c873cbaa589
sev-
sev at scummvm.org
Sat Dec 10 13:22:28 CET 2016
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fa56325aa2 CRUISE: Fix font space width
b49abf28ad Merge pull request #869 from danpla/cruise-fix-font-space
Commit: fa56325aa2ae00dc81ca262c08f1fc5a2294a8d0
https://github.com/scummvm/scummvm/commit/fa56325aa2ae00dc81ca262c08f1fc5a2294a8d0
Author: Daniel Plakhotich (daniel.plakhotich at gmail.com)
Date: 2016-12-10T13:12:41+02:00
Commit Message:
CRUISE: Fix font space width
Changed paths:
engines/cruise/font.cpp
diff --git a/engines/cruise/font.cpp b/engines/cruise/font.cpp
index 335e066..3a4e0d6 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
Commit: b49abf28ad6518d6c2d0e75d4c0d9c873cbaa589
https://github.com/scummvm/scummvm/commit/b49abf28ad6518d6c2d0e75d4c0d9c873cbaa589
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-12-10T13:22:25+01:00
Commit Message:
Merge pull request #869 from danpla/cruise-fix-font-space
CRUISE: Fix font space width
Changed paths:
engines/cruise/font.cpp
More information about the Scummvm-git-logs
mailing list