diff options
Diffstat (limited to 'engines/dreamweb/structs.h')
| -rw-r--r-- | engines/dreamweb/structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h index b34715addf..18b8b280ab 100644 --- a/engines/dreamweb/structs.h +++ b/engines/dreamweb/structs.h @@ -71,7 +71,7 @@ struct SetObject { uint8 b9; uint8 b10; uint8 b11; - uint8 name[4]; + uint8 objId[4]; uint8 b16; uint8 index; uint8 frames[13]; // Table mapping animFrame to sprite frame number @@ -116,7 +116,7 @@ struct DynObject { uint8 objectSize; // the size of an object uint8 turnedOn; uint8 initialLocation; - uint8 id[4]; + uint8 objId[4]; }; struct ObjPos { |
