[Scummvm-cvs-logs] CVS: scummvm/sword2 save_rest.cpp,1.63,1.64
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Mon Jan 24 23:56:00 CET 2005
Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5586
Modified Files:
save_rest.cpp
Log Message:
Corrected the comment: the savegame filename does not include the path at
this stage. (So 128 characters is probably excessive, even if the SCUMM
engine uses 256.)
Index: save_rest.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/save_rest.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- save_rest.cpp 17 Jan 2005 10:57:11 -0000 1.63
+++ save_rest.cpp 25 Jan 2005 07:55:09 -0000 1.64
@@ -41,7 +41,7 @@
// A savegame consists of a header and the global variables
-// Max length of a savegame filename, including full path
+// Max length of a savegame filename
#define MAX_FILENAME_LEN 128
#ifdef SCUMM_BIG_ENDIAN
More information about the Scummvm-git-logs
mailing list