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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h
index 0b7a81b6eb..db1e51fafc 100644
--- a/engines/dreamweb/structs.h
+++ b/engines/dreamweb/structs.h
@@ -29,6 +29,7 @@
namespace DreamGen {
struct GraphicsFile;
+struct SetObject;
struct Sprite {
uint16 _updateCallback;
@@ -45,7 +46,7 @@ struct Sprite {
uint8 b17;
uint8 delay;
uint8 animFrame; // index into SetObject::frames
- uint16 _objData;
+ SetObject *_objData;
uint8 speed;
uint8 priority;
uint16 w24;