aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-06-27 08:53:39 +0200
committerBertrand Augereau2011-07-18 22:59:14 +0200
commitc011bee0e2985b979372397eff650509ba094de0 (patch)
treed1b2eb8b48d0a06ec0701e06dfcf37bfb3a99658 /engines/dreamweb/structs.h
parent9f8036cd86670a3de8562b7c6e398ddace8650fa (diff)
downloadscummvm-rg350-c011bee0e2985b979372397eff650509ba094de0.tar.gz
scummvm-rg350-c011bee0e2985b979372397eff650509ba094de0.tar.bz2
scummvm-rg350-c011bee0e2985b979372397eff650509ba094de0.zip
DREAMWEB: backobject reversed
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 4a887ab9f3..a5ddabf7fe 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -10,7 +10,7 @@ struct Sprite {
uint8 b14;
uint8 b15;
uint16 w16;
- uint8 b18;
+ uint8 delay;
uint8 b19;
uint16 obj_data;
uint8 b22;
@@ -22,3 +22,16 @@ struct Sprite {
uint8 hidden;
};
+struct ObjData {
+ uint8 b0;
+ uint8 b1;
+ uint8 b2;
+ uint8 b3;
+ uint8 b4;
+ uint8 b5;
+ uint8 b6;
+ uint8 delay;
+ uint8 type;
+};
+
+