aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-08-30 03:26:19 +0200
committerBertrand Augereau2011-08-30 03:26:19 +0200
commit25675e885857fb152bd47cbce4588fc1f6a81f99 (patch)
tree3632db5c12f51e7d609096d3370fe99f3171e2d4 /engines/dreamweb/structs.h
parent2fc467dc4f0aa563318458dceb8918d386128129 (diff)
downloadscummvm-rg350-25675e885857fb152bd47cbce4588fc1f6a81f99.tar.gz
scummvm-rg350-25675e885857fb152bd47cbce4588fc1f6a81f99.tar.bz2
scummvm-rg350-25675e885857fb152bd47cbce4588fc1f6a81f99.zip
DREAMWEB: Structs member renaming
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 0b99b01be9..9b8d823491 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -114,14 +114,14 @@ struct SetObject {
uint8 b55;
uint8 b56;
uint8 b57;
- uint8 b58[5];
+ uint8 mapad[5];
uint8 b63;
};
struct DynObject {
uint8 currentLocation;
uint8 index;
- uint8 b2[5];
+ uint8 mapad[5];
uint8 b7;
uint8 b8;
uint8 b9;