From 8e303c77052bdd691d67855c0103e23b69ade3bb Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 7 Jan 2017 17:31:19 +0100 Subject: DIRECTOR: Lingo: Added stub for 'me' keyword --- engines/director/lingo/lingo-the.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/director/lingo/lingo-the.cpp') diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp index 89d8746b0d..fce45d0b9e 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -32,7 +32,7 @@ TheEntity entities[] = { { kTheBeepOn, "beepOn", false }, // D2 property { kTheButtonStyle, "buttonStyle", false }, // D2 p { kTheCast, "cast", true }, // D3 - { kTheCastMembers, "castmembers", true }, // D3 + { kTheCastMembers, "castmembers", true }, // D3 { kTheCenterStage, "centerStage", false }, // D2 p { kTheCheckBoxAccess, "checkBoxAccess", false }, // D2 p { kTheCheckBoxType, "checkBoxType", false }, // D2 p @@ -141,7 +141,7 @@ TheEntityField fields[] = { { kTheSprite, "width", kTheWidth }, // D2 p // the number of castmembers - { kTheCastMembers, "number", kTheNumber }, // D3 p + { kTheCastMembers, "number", kTheNumber }, // D3 p // Common cast fields { kTheCast, "castType", kTheCastType }, -- cgit v1.2.3