aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-08-30 02:18:55 +0200
committerBertrand Augereau2011-08-30 02:37:47 +0200
commit081bdece0c66aa900935e5bff9ed8f3eb70eb4ec (patch)
treec6c5ecc367aa0fd1b17ad3aa4054b6acc510bacb /engines/dreamweb/structs.h
parentc79984634474a0bfe564e2043652adf598f4cc73 (diff)
downloadscummvm-rg350-081bdece0c66aa900935e5bff9ed8f3eb70eb4ec.tar.gz
scummvm-rg350-081bdece0c66aa900935e5bff9ed8f3eb70eb4ec.tar.bz2
scummvm-rg350-081bdece0c66aa900935e5bff9ed8f3eb70eb4ec.zip
DREAMWEB: More reversing of DynObject struct
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 6d3deacc6f..0b99b01be9 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -119,18 +119,14 @@ struct SetObject {
};
struct DynObject {
- uint8 b0;
+ uint8 currentLocation;
uint8 index;
- uint8 b2;
- uint8 b3;
- uint8 b4;
- uint8 b5;
- uint8 b6;
+ uint8 b2[5];
uint8 b7;
uint8 b8;
uint8 b9;
uint8 b10;
- uint8 location;
+ uint8 initialLocation;
uint8 id[4];
};