[Scummvm-cvs-logs] CVS: scummvm/queen queen.h,1.44.2.2,1.44.2.3

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Jan 25 18:45:02 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	queen.h 
Log Message:
changed autosave interval on ps2 to 15 minutes because memory cards are slow and frequent saving is annoying

Index: queen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.h,v
retrieving revision 1.44.2.2
retrieving revision 1.44.2.3
diff -u -d -r1.44.2.2 -r1.44.2.3
--- queen.h	18 Jan 2006 18:07:29 -0000	1.44.2.2
+++ queen.h	26 Jan 2006 02:44:00 -0000	1.44.2.3
@@ -122,8 +122,11 @@
 		SAVESTATE_CUR_VER  = 1,
 		SAVESTATE_MAX_NUM  = 100,
 		SAVESTATE_MAX_SIZE = 30000,
-
+#ifdef __PLAYSTATION2__
+		AUTOSAVE_INTERVAL  = 15 * 60 * 1000,
+#else
 		AUTOSAVE_INTERVAL  = 5 * 60 * 1000,
+#endif
 		AUTOSAVE_SLOT      = 0xFF,
 
 		MIN_TEXT_SPEED     = 4,





More information about the Scummvm-git-logs mailing list