From d7ea2b0bc69d3fa6f07dbc93217f7ea840967b4b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 11 Jan 2017 00:06:36 +0100 Subject: DIRECTOR: Lingo: Started documenting D4 keywords --- 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 9ca90af1fa..b1cf3a6326 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -99,7 +99,7 @@ TheEntity entities[] = { { kTheShiftDown, "shiftDown", false }, // D2 f { kTheSoundEnabled, "soundEnabled", false }, // D2 p { kTheSoundLevel, "soundLevel", false }, // D2 p - { kTheSprite, "sprite", true }, + { kTheSprite, "sprite", true }, // D4 { kTheSqrt, "sqrt", false }, // D2 f { kTheStage, "stage", false }, { kTheStageBottom, "stageBottom", false }, // D2 f @@ -160,7 +160,7 @@ TheEntityField fields[] = { { kTheCastMembers, "number", kTheNumber }, // D3 p // Common cast fields - { kTheCast, "castType", kTheCastType }, + { kTheCast, "castType", kTheCastType }, // D4 p { kTheCast, "filename", kTheFilename }, { kTheCast, "height", kTheHeight }, { kTheCast, "loaded", kTheLoaded }, -- cgit v1.2.3