aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-09-01 19:00:13 +0200
committerBertrand Augereau2011-09-01 23:41:03 +0200
commite84ea10ad456ed1e90246c3c96c4fafcf44d4e3b (patch)
tree856d07978a07f78d5a0d48a1c4e044df1c740f58 /engines/dreamweb/structs.h
parentf01479e8419d40dc2b9c410fd7228b9771dd2e3c (diff)
downloadscummvm-rg350-e84ea10ad456ed1e90246c3c96c4fafcf44d4e3b.tar.gz
scummvm-rg350-e84ea10ad456ed1e90246c3c96c4fafcf44d4e3b.tar.bz2
scummvm-rg350-e84ea10ad456ed1e90246c3c96c4fafcf44d4e3b.zip
DREAMWEB: 'checkpixelset' ported to C++
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 9b8d823491..07419459a6 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -85,7 +85,7 @@ struct SetObject {
uint8 b11;
uint8 name[4];
uint8 b16;
- uint8 b17;
+ uint8 index;
uint8 b18[13]; // NB: Don't know the size yet
uint8 b31;
uint8 b32;