[Scummvm-cvs-logs] CVS: scummvm/sky text.cpp,1.30,1.31

Joost Peters joostp at users.sourceforge.net
Fri Jun 6 06:45:26 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv32621/sky

Modified Files:
	text.cpp 
Log Message:
changed warning() to error(), this is how it is in the original, and this seems to happen when you try to exit the underground-bar currently, don't know why yet.

Index: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- text.cpp	5 Jun 2003 18:54:26 -0000	1.30
+++ text.cpp	6 Jun 2003 13:44:49 -0000	1.31
@@ -253,7 +253,7 @@
 		if (pixelWidth <= lineWidth) {
 	
 			if (*(lastSpace-1) == 10)
-				warning("line width exceeded!");
+				error("line width exceeded!");
 
 			*(lastSpace-1) = 10;
 			lineWidth = 0;





More information about the Scummvm-git-logs mailing list