aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2002-12-24 10:04:38 +0000
committerJonathan Gray2002-12-24 10:04:38 +0000
commit774761c06677972e04486a6db31aaf63acb89707 (patch)
tree26be7cec90a9407a8510a88efc04093171575695 /scumm
parentff7e997a48a1e8f880b6f88b0c83549cab91f873 (diff)
downloadscummvm-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.h2
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;