aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 43d3187d47..42d6667cab 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -139,6 +139,7 @@ enum {
};
struct Item {
+ byte id;
byte noun;
byte room;
byte picture;
@@ -157,7 +158,7 @@ struct Time {
struct State {
Common::Array<Room> rooms;
- Common::Array<Item> items;
+ Common::List<Item> items;
Common::Array<byte> vars;
byte room;