aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBertrand Augereau2011-08-20 13:09:38 +0200
committerBertrand Augereau2011-08-20 14:19:36 +0200
commit3affb925d57fee73d31cfd790ff3f7c6b722488b (patch)
treeaee01a8bfc7f51fea54bcb816069288a0a54b41e /engines
parentb17561dd09c3a09e6c1a084a8006373e60f079b6 (diff)
downloadscummvm-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')
-rw-r--r--engines/dreamweb/structs.h5
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