From 951f592c18b3f82d600971b391f331fec55a99e9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 1 Jan 2020 22:27:39 +0100 Subject: DIRECTOR: LINGO: Fix 'the cast' director version --- engines/director/lingo/lingo-the.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3