diff options
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r-- | engines/director/lingo/lingo-the.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h index e9c7f96320..c4306d4416 100644 --- a/engines/director/lingo/lingo-the.h +++ b/engines/director/lingo/lingo-the.h @@ -27,7 +27,8 @@ namespace Director { enum TheEntityType { kTheNOEntity = 0, - kTheActorList = 1, + kTheObject = 1, + kTheActorList = 2, kTheBeepOn, kTheButtonStyle, kTheCast, |