[Scummvm-cvs-logs] CVS: scummvm/sword1 logic.cpp,1.33,1.34

Max Horn fingolfin at users.sourceforge.net
Sun Jan 18 10:44:00 CET 2004


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

Modified Files:
	logic.cpp 
Log Message:
fixed warning

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/logic.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- logic.cpp	18 Jan 2004 05:52:04 -0000	1.33
+++ logic.cpp	18 Jan 2004 18:42:58 -0000	1.34
@@ -907,7 +907,7 @@
 
 int Logic::fnPlaySequence(Object *cpt, int32 id, int32 sequenceId, int32 d, int32 e, int32 f, int32 z, int32 x) {
 
-  static char *sequence_list[20] = {
+  static const char *sequence_list[20] = {
     "ferrari",  // 0  CD2   ferrari running down fitz in sc19
     "ladder",   // 1  CD2   george walking down ladder to dig sc24->sc$
     "steps",    // 2  CD2   george walking down steps sc23->sc24





More information about the Scummvm-git-logs mailing list