diff options
author | Eugene Sandulenko | 2017-02-09 23:16:18 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-02-09 23:16:18 +0100 |
commit | 0b4b073493bf03e4203e6e82a6e7005a8bd6f4c2 (patch) | |
tree | 3632752a24ce6496a96532bbf8f0a4aa67f38d1d /engines/director/lingo/lingo-the.cpp | |
parent | 2c4706f29de77c5cff6063f7e7432255c9d459be (diff) | |
download | scummvm-rg350-0b4b073493bf03e4203e6e82a6e7005a8bd6f4c2.tar.gz scummvm-rg350-0b4b073493bf03e4203e6e82a6e7005a8bd6f4c2.tar.bz2 scummvm-rg350-0b4b073493bf03e4203e6e82a6e7005a8bd6f4c2.zip |
DIRECTOR: Lingo: Documented D4 "Text" Lingo
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-rw-r--r-- | engines/director/lingo/lingo-the.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp index 0428f568be..8f874435f7 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -65,6 +65,7 @@ TheEntity entities[] = { { kTheKeyDownScript, "keyDownScript", false }, // D2 p { kTheKeyUpScript, "keyUpScript", false }, // D4 p { kTheLabelList, "labelList", false }, // D3 f + { kTheLast, "last", false }, // D4 f { kTheLastClick, "lastClick", false }, // D2 f { kTheLastEvent, "lastEvent", false }, // D2 f { kTheLastFrame, "lastFrame", false }, // D4 p @@ -193,8 +194,8 @@ TheEntityField fields[] = { { kTheCast, "width", kTheWidth }, // D4 p // Shape fields - { kTheCast, "backColor", kTheBackColor }, - { kTheCast, "foreColor", kTheForeColor }, + { kTheCast, "backColor", kTheBackColor }, // D4 p + { kTheCast, "foreColor", kTheForeColor }, // D4 p // Digital video fields { kTheCast, "center", kTheCenter }, // D4 p |