diff options
author | Eugene Sandulenko | 2020-01-01 22:27:39 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2020-01-01 22:28:10 +0100 |
commit | 951f592c18b3f82d600971b391f331fec55a99e9 (patch) | |
tree | fdf2cc76e0420621ec80c75a9b6e1ebc9b9ab20c /engines/director/lingo/lingo-the.cpp | |
parent | 48c6da247a248cf5c6cb9f3897fd3b7315d2e69e (diff) | |
download | scummvm-rg350-951f592c18b3f82d600971b391f331fec55a99e9.tar.gz scummvm-rg350-951f592c18b3f82d600971b391f331fec55a99e9.tar.bz2 scummvm-rg350-951f592c18b3f82d600971b391f331fec55a99e9.zip |
DIRECTOR: LINGO: Fix 'the cast' director version
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-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 676a923d74..5123aed3fa 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, 3 }, // D3 + { kTheCast, "cast", true, 2 }, // D3 { kTheCastMembers, "castmembers", false, 3 }, // D3 { kTheCenterStage, "centerStage", false, 2 }, // D2 p { kTheChars, "chars", false, 3 }, // D3 |