[Scummvm-cvs-logs] CVS: scummvm/scumm string.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Sat Aug 31 08:01:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv11946/scumm

Modified Files:
	string.cpp 
Log Message:
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)

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- string.cpp	31 Aug 2002 13:49:06 -0000	1.4
+++ string.cpp	31 Aug 2002 15:00:44 -0000	1.5
@@ -1026,8 +1026,8 @@
 	if (_curId == 1) { 
 		switch (chr) {
 		case '.':
-			space = 1;
-			break;
+		case ':':
+		case ';':
 		case 'i':
 		case '\'':
 		case 'I':
@@ -1039,6 +1039,10 @@
 			break;
 		case ' ':
 			space = 4;
+			break;
+		case '(':
+		case ')':
+			space = 5;
 			break;
 		case 'W':
 		case 'w':





More information about the Scummvm-git-logs mailing list