aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index c867b8dfc6..806c295204 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -138,7 +138,7 @@ enum TheFieldType {
struct TheEntity {
TheEntityType entity;
const char *name;
- int idType;
+ bool hasId;
};
struct TheEntityField {