[Scummvm-cvs-logs] CVS: scummvm/scumm script.h,2.7,2.8

Max Horn fingolfin at users.sourceforge.net
Fri Oct 21 15:50:55 CEST 2005


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

Modified Files:
	script.h 
Log Message:
Added a warning (this is a very tempting way to break savegames :-)

Index: script.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script.h,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -d -r2.7 -r2.8
--- script.h	18 Oct 2005 01:30:21 -0000	2.7
+++ script.h	21 Oct 2005 22:49:59 -0000	2.8
@@ -27,7 +27,13 @@
 
 namespace Scumm {
 
-/* System Wide Constants */
+/**
+ * The number of script slots, which determines the maximal number
+ * of concurrently running scripts.
+ * WARNING: Do NOT changes this value unless you really have to, as
+ * this will break savegame compatibility if done carelessly. If you
+ * have to change it, make sure you update saveload.cpp accordingly!
+ */
 enum {
 	NUM_SCRIPT_SLOT = 80
 };





More information about the Scummvm-git-logs mailing list