diff options
-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; |