[Scummvm-cvs-logs] CVS: scummvm/scumm costume.cpp,1.119,1.120 string.cpp,1.168,1.169

Max Horn fingolfin at users.sourceforge.net
Sun Nov 16 15:54:16 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv4576

Modified Files:
	costume.cpp string.cpp 
Log Message:
whitespace

Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/costume.cpp,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- costume.cpp	16 Nov 2003 20:52:56 -0000	1.119
+++ costume.cpp	16 Nov 2003 23:53:00 -0000	1.120
@@ -413,7 +413,7 @@
 				dst = v1.destptr;
 			}
 		}
-	} while(1);
+	} while (1);
 }
 
 #undef LINE

Index: string.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/string.cpp,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- string.cpp	16 Nov 2003 21:26:10 -0000	1.168
+++ string.cpp	16 Nov 2003 23:53:00 -0000	1.169
@@ -307,7 +307,7 @@
 			_charset->_left = _charset->_nextLeft;
 			_charset->_top = _charset->_nextTop;
 			if (c & 0x80 && _CJKMode)
-				if(_language == 6 && ((c > 0x84 && c < 0x88) || (c > 0x9f && c < 0xe0) || (c > 0xea && c <= 0xff)))
+				if (_language == 6 && ((c > 0x84 && c < 0x88) || (c > 0x9f && c < 0xe0) || (c > 0xea && c <= 0xff)))
 					c = 0x20; //not in S-JIS
 				else
 					c += *buffer++ * 256;





More information about the Scummvm-git-logs mailing list