aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-07-27 17:53:50 +0200
committerBertrand Augereau2011-07-28 17:26:48 +0200
commitfe73a2407820000d0321173a50e0d98dbcfc213f (patch)
tree7fb4c14ca83eb821008b08d5e8057fb127cc58c2 /engines/dreamweb/structs.h
parentb5c6ac150b81d49dad0a9d2f6327cb85a7c525ff (diff)
downloadscummvm-rg350-fe73a2407820000d0321173a50e0d98dbcfc213f.tar.gz
scummvm-rg350-fe73a2407820000d0321173a50e0d98dbcfc213f.tar.bz2
scummvm-rg350-fe73a2407820000d0321173a50e0d98dbcfc213f.zip
DREAMWEB: 'makebackob' ported
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index e274375cf4..ac304ae2c2 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -31,7 +31,8 @@ struct Sprite {
uint16 w12;
uint8 b14;
uint8 b15;
- uint16 w16;
+ uint8 b16;
+ uint8 b17;
uint8 delay;
uint8 frame;
uint16 obj_data;