[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.676,1.677

Max Horn fingolfin at users.sourceforge.net
Sun Jan 29 09:48:01 CET 2006


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

Modified Files:
	scumm.h 
Log Message:
Added a warning not to change the order of the res types

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.676
retrieving revision 1.677
diff -u -d -r1.676 -r1.677
--- scumm.h	27 Jan 2006 00:50:27 -0000	1.676
+++ scumm.h	29 Jan 2006 17:47:05 -0000	1.677
@@ -286,6 +286,11 @@
 	uint32 playtime;
 };
 
+/**
+ * A list of resource types.
+ * WARNING: Do not change the order of these, as the savegame format relies
+ * on it; any change made here will break savegame compatibility!
+ */
 enum ResTypes {
 	rtFirst = 1,
 	rtRoom = 1,





More information about the Scummvm-git-logs mailing list