aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-rw-r--r--engines/director/lingo/lingo-the.cpp4
1 files changed, 2 insertions, 2 deletions
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 },