aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-25 15:07:56 +0200
committerFilippos Karapetis2011-12-25 15:07:56 +0200
commit3802b21183b148f1c8d43cc8d2e550afed6e9e6a (patch)
treec82e5dc6c4f75adff6bec20ba7de72197826884f /engines/dreamweb/structs.h
parent3ac88c16ea63243a46444e5754a94e41302f2d64 (diff)
downloadscummvm-rg350-3802b21183b148f1c8d43cc8d2e550afed6e9e6a.tar.gz
scummvm-rg350-3802b21183b148f1c8d43cc8d2e550afed6e9e6a.tar.bz2
scummvm-rg350-3802b21183b148f1c8d43cc8d2e550afed6e9e6a.zip
DREAMWEB: Move some functions to DreamBase
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 5d93d1d99f..d64bcab5d0 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -123,7 +123,7 @@ struct DynObject {
uint8 slotSize; // the size of an object's slots
uint8 slotCount; // the number of slots of an object
uint8 objectSize; // the size of an object
- uint8 b10;
+ uint8 turnedOn;
uint8 initialLocation;
uint8 id[4];
};