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
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue