From 8d3a3fc1d618f2c890eb672bf8dfc47f3bbe4fc6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 Aug 2002 15:00:44 +0000 Subject: changed spacing - this is not based on the original game, but rather on visual observations (with this changed, the spacing in the about dialog looks much better) svn-id: r4884 --- scumm/string.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/string.cpp b/scumm/string.cpp index 6177114c6b..dad9406227 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -1026,8 +1026,8 @@ int CharsetRenderer::getSpacing(char chr) if (_curId == 1) { switch (chr) { case '.': - space = 1; - break; + case ':': + case ';': case 'i': case '\'': case 'I': @@ -1040,6 +1040,10 @@ int CharsetRenderer::getSpacing(char chr) case ' ': space = 4; break; + case '(': + case ')': + space = 5; + break; case 'W': case 'w': case 'N': -- cgit v1.2.3