diff options
-rw-r--r-- | engines/director/lingo/lingo-the.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp index 5123aed3fa..c46f360c64 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -38,7 +38,7 @@ TheEntity entities[] = { { kTheActorList, "actorList", false, 4 }, // D4 property { kTheBeepOn, "beepOn", false, 2 }, // D2 p { kTheButtonStyle, "buttonStyle", false, 2 }, // D2 p - { kTheCast, "cast", true, 2 }, // D3 + { kTheCast, "cast", true, 2 }, // D2 { kTheCastMembers, "castmembers", false, 3 }, // D3 { kTheCenterStage, "centerStage", false, 2 }, // D2 p { kTheChars, "chars", false, 3 }, // D3 |