aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-07-30 21:46:59 +0200
committerBertrand Augereau2011-07-30 21:46:59 +0200
commit0cbc291cbd0266a6522568dea9950ee35c234c55 (patch)
tree220cfc25a97a5280f58f661f622d54b13eb212e1 /engines/dreamweb/structs.h
parent74a943667fc612639f48d39926bf6e7e8121d4b8 (diff)
downloadscummvm-rg350-0cbc291cbd0266a6522568dea9950ee35c234c55.tar.gz
scummvm-rg350-0cbc291cbd0266a6522568dea9950ee35c234c55.tar.bz2
scummvm-rg350-0cbc291cbd0266a6522568dea9950ee35c234c55.zip
DREAMWEB: 'startloading' ported to C++
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 23f3dcad80..a54c42d79d 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -100,19 +100,19 @@ struct Room {
uint8 b10;
uint8 b11;
uint8 b12;
- uint8 b13;
+ uint8 roomsSample;
uint8 b14;
- uint8 b15;
- uint8 b16;
+ uint8 mapX;
+ uint8 mapY;
uint8 b17;
uint8 b18;
uint8 b19;
- uint8 b20;
+ uint8 liftFlag;
uint8 b21;
uint8 b22;
- uint8 b23;
- uint8 b24;
- uint8 b25;
+ uint8 countToOpen;
+ uint8 liftPath;
+ uint8 doorPath;
uint8 b26;
uint8 b27;
uint8 b28;