[Scummvm-cvs-logs] CVS: scummvm/queen display.cpp,1.3,1.4

Max Horn fingolfin at users.sourceforge.net
Thu Oct 16 16:27:10 CEST 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv3444/queen

Modified Files:
	display.cpp 
Log Message:
fix warning

Index: display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/display.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- display.cpp	16 Oct 2003 19:40:28 -0000	1.3
+++ display.cpp	16 Oct 2003 23:16:00 -0000	1.4
@@ -46,8 +46,8 @@
 		}
 		charWidth[i] += 2;
 	}
-    charWidth[' '] = 4;
-    --charWidth['^'];
+    charWidth[(int)' '] = 4;
+    --charWidth[(int)'^'];
 }
 
 





More information about the Scummvm-git-logs mailing list