diff options
author | Eugene Sandulenko | 2017-01-11 00:06:36 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-01-11 00:21:32 +0100 |
commit | d7ea2b0bc69d3fa6f07dbc93217f7ea840967b4b (patch) | |
tree | 4b5be64ca2f8cbd2350af2ab20d3013f57e09cb9 | |
parent | 09d06855c550c5038a0a733fa610e6cf09dd71d8 (diff) | |
download | scummvm-rg350-d7ea2b0bc69d3fa6f07dbc93217f7ea840967b4b.tar.gz scummvm-rg350-d7ea2b0bc69d3fa6f07dbc93217f7ea840967b4b.tar.bz2 scummvm-rg350-d7ea2b0bc69d3fa6f07dbc93217f7ea840967b4b.zip |
DIRECTOR: Lingo: Started documenting D4 keywords
-rw-r--r-- | engines/director/lingo/lingo-the.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, |