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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 75c6485a1f..7076ab2394 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -148,14 +148,14 @@ struct Item {
byte region;
byte room;
byte picture;
- bool isLineArt;
+ bool isShape;
Common::Point position;
int state;
byte description;
Common::Array<byte> roomPictures;
bool isOnScreen;
- Item() : id(0), noun(0), region(0), room(0), picture(0), isLineArt(false), state(0), description(0), isOnScreen(false) { }
+ Item() : id(0), noun(0), region(0), room(0), picture(0), isShape(false), state(0), description(0), isOnScreen(false) { }
};
struct Time {