aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dreamweb/structs.h')
-rw-r--r--engines/dreamweb/structs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 8a9d81c9a5..8b8e1153e5 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -194,3 +194,11 @@ struct Rain {
uint8 b5;
};
+struct Change {
+ uint8 b0;
+ uint8 location;
+ uint8 b2;
+ uint8 b3;
+};
+
+