aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-07 14:48:49 +0100
committerEugene Sandulenko2017-01-07 14:49:15 +0100
commit22929379e5a3184f0cbcc8d5ac18b9175d31267c (patch)
tree264fcb05ef3d4599e5160eec098fe065f386213e /engines/director/lingo/lingo-the.cpp
parent3cd5e20c19e595ce41da34c66b5cfc952ec0ffab (diff)
downloadscummvm-rg350-22929379e5a3184f0cbcc8d5ac18b9175d31267c.tar.gz
scummvm-rg350-22929379e5a3184f0cbcc8d5ac18b9175d31267c.tar.bz2
scummvm-rg350-22929379e5a3184f0cbcc8d5ac18b9175d31267c.zip
DIRECTOR: Lingo: Documented catmember differences for D3
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-rw-r--r--engines/director/lingo/lingo-the.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index 270746678b..89d8746b0d 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -31,7 +31,8 @@ class Sprite;
TheEntity entities[] = {
{ kTheBeepOn, "beepOn", false }, // D2 property
{ kTheButtonStyle, "buttonStyle", false }, // D2 p
- { kTheCast, "cast", true },
+ { kTheCast, "cast", true }, // D3
+ { kTheCastMembers, "castmembers", true }, // D3
{ kTheCenterStage, "centerStage", false }, // D2 p
{ kTheCheckBoxAccess, "checkBoxAccess", false }, // D2 p
{ kTheCheckBoxType, "checkBoxType", false }, // D2 p
@@ -139,6 +140,9 @@ TheEntityField fields[] = {
{ kTheSprite, "volume", kTheVolume },
{ kTheSprite, "width", kTheWidth }, // D2 p
+ // the number of castmembers
+ { kTheCastMembers, "number", kTheNumber }, // D3 p
+
// Common cast fields
{ kTheCast, "castType", kTheCastType },
{ kTheCast, "filename", kTheFilename },