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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 4c8180eeab..fffe61eadf 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -74,8 +74,8 @@ enum EngineString {
struct Room {
byte description;
byte connections[6];
- byte field8;
byte picture;
+ byte curPicture;
};
struct Picture {