[Scummvm-cvs-logs] CVS: scummvm/scumm boxes.cpp,1.77,1.78

Max Horn fingolfin at users.sourceforge.net
Sun Sep 26 09:15:11 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20427

Modified Files:
	boxes.cpp 
Log Message:
Comment clarification

Index: boxes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/boxes.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- boxes.cpp	12 Sep 2004 14:20:56 -0000	1.77
+++ boxes.cpp	26 Sep 2004 16:09:17 -0000	1.78
@@ -232,7 +232,7 @@
  * At some point, we discovered that the old scale items (stored in rtScaleTable
  * resources) are in fact the same as (or rather, a predecessor of) the
  * scale slots used in COMI. While not being precomputed (and thus slightly
- * slower), they are more flexible, and most importantly, can cope with
+ * slower), scale slots are more flexible, and most importantly, can cope with
  * rooms higher than 200 pixels. That's an essential feature for DIG and FT
  * and in fact the lack of it caused various bugs in the past.
  *
@@ -252,7 +252,7 @@
 		return;
 	
 	if (resptr[0] == resptr[199]) {
-		// The scale is constant This usually means we encountered one of the
+		// The scale is constant. This usually means we encountered one of the
 		// "broken" cases. We set pseudo scale item values which lead to a 
 		// constant scale of 255.
 		setScaleSlot(slot, 0, 0, 255, 0, 199, 255);





More information about the Scummvm-git-logs mailing list