mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
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
This commit is contained in:
parent
828d0849a1
commit
8d3a3fc1d6
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user