diff options
author | Bertrand Augereau | 2011-08-20 13:09:38 +0200 |
---|---|---|
committer | Bertrand Augereau | 2011-08-20 14:19:36 +0200 |
commit | 3affb925d57fee73d31cfd790ff3f7c6b722488b (patch) | |
tree | aee01a8bfc7f51fea54bcb816069288a0a54b41e /engines/dreamweb | |
parent | b17561dd09c3a09e6c1a084a8006373e60f079b6 (diff) | |
download | scummvm-rg350-3affb925d57fee73d31cfd790ff3f7c6b722488b.tar.gz scummvm-rg350-3affb925d57fee73d31cfd790ff3f7c6b722488b.tar.bz2 scummvm-rg350-3affb925d57fee73d31cfd790ff3f7c6b722488b.zip |
DREAMWEB: Set objects have a four char name tag
Diffstat (limited to 'engines/dreamweb')
-rw-r--r-- | engines/dreamweb/structs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h index e47256186d..7e77bdf0e9 100644 --- a/engines/dreamweb/structs.h +++ b/engines/dreamweb/structs.h @@ -67,10 +67,7 @@ struct ObjData { uint8 b9; uint8 b10; uint8 b11; - uint8 b12; - uint8 b13; - uint8 b14; - uint8 b15; + uint8 name[4]; uint8 b16; uint8 b17; uint8 b18[13]; // NB: Don't know the size yet |