[Scummvm-cvs-logs] CVS: scummvm/scumm object.h,1.2,1.3
Jonathan Gray
khalek at users.sourceforge.net
Tue Dec 24 02:05:02 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10145
Modified Files:
object.h
Log Message:
replace unk1 for numZBuffer in the v8 part of RoomHeader
Index: object.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- object.h 24 Dec 2002 03:42:18 -0000 1.2
+++ object.h 24 Dec 2002 10:04:38 -0000 1.3
@@ -42,7 +42,7 @@
uint32 version;
uint32 width, height;
uint32 numObjects;
- uint32 unk1;
+ uint32 numZBuffer;
uint32 unk2;
} GCC_PACK v8;
} GCC_PACK;
More information about the Scummvm-git-logs
mailing list