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, 4 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index 6579de2f94..ba2525848e 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -75,6 +75,10 @@ TheEntity entities[] = {
{ kTheSprite, "sprite", true },
{ kTheSqrt, "sqrt", false },
{ kTheStage, "stage", false },
+ { kTheStageBottom, "stageBottom", false },
+ { kTheStageLeft, "stageLeft", false },
+ { kTheStageRight, "stageRight", false },
+ { kTheStageTop, "stageTop", false },
{ kTheStillDown, "stillDown", false },
{ kTheTicks, "ticks", false },
{ kTheTimeoutLength, "timeoutlength", false },