[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.107,1.108
James Brown
ender at users.sourceforge.net
Sun Mar 31 22:55:03 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv28492
Modified Files:
scumm.h
Log Message:
Fixed saved states - broke format of course, we need to come up with a better way to do this. Thanks jah :)
Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** scumm.h 31 Mar 2002 08:35:42 -0000 1.107
--- scumm.h 1 Apr 2002 06:53:59 -0000 1.108
***************
*** 1720,1724 ****
struct SaveLoadEntry {
! uint16 offs;
uint8 type;
uint8 size;
--- 1720,1724 ----
struct SaveLoadEntry {
! uint32 offs;
uint8 type;
uint8 size;
More information about the Scummvm-git-logs
mailing list