diff options
author | Jonathan Gray | 2002-12-24 10:04:38 +0000 |
---|---|---|
committer | Jonathan Gray | 2002-12-24 10:04:38 +0000 |
commit | 774761c06677972e04486a6db31aaf63acb89707 (patch) | |
tree | 26be7cec90a9407a8510a88efc04093171575695 /scumm | |
parent | ff7e997a48a1e8f880b6f88b0c83549cab91f873 (diff) | |
download | scummvm-rg350-774761c06677972e04486a6db31aaf63acb89707.tar.gz scummvm-rg350-774761c06677972e04486a6db31aaf63acb89707.tar.bz2 scummvm-rg350-774761c06677972e04486a6db31aaf63acb89707.zip |
replace unk1 for numZBuffer in the v8 part of RoomHeader
svn-id: r6096
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/object.h b/scumm/object.h index a7fd5f5209..8ccff64422 100644 --- a/scumm/object.h +++ b/scumm/object.h @@ -42,7 +42,7 @@ struct RoomHeader { uint32 version; uint32 width, height; uint32 numObjects; - uint32 unk1; + uint32 numZBuffer; uint32 unk2; } GCC_PACK v8; } GCC_PACK; |