[Scummvm-cvs-logs] CVS: scummvm/sword1 control.cpp,1.16,1.17

Jonathan Gray khalek at users.sourceforge.net
Thu Jan 1 00:56:00 CET 2004


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv28783

Modified Files:
	control.cpp 
Log Message:
compilation fix

Index: control.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/control.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- control.cpp	31 Dec 2003 17:38:27 -0000	1.16
+++ control.cpp	1 Jan 2004 08:55:26 -0000	1.17
@@ -417,7 +417,7 @@
 	renderText(_lStrings[STR_SPEECH], 320, 39 + 40, TEXT_CENTER);
 	renderText(_lStrings[STR_FX], 438, 39 + 40, TEXT_LEFT_ALIGN);
 
-	renderText((uint8*)"NOT YET IMPLEMENTED", 320, 240, TEXT_CENTER);
+	renderText((const uint8*)"NOT YET IMPLEMENTED", 320, 240, TEXT_CENTER);
 
 	createButtons(_volumeButtons, 1);
 	renderText(_lStrings[STR_DONE], _volumeButtons[0].x - 10, _volumeButtons[0].y, TEXT_RIGHT_ALIGN);





More information about the Scummvm-git-logs mailing list