aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-17 00:07:40 +0200
committerEugene Sandulenko2016-08-17 00:14:50 +0200
commit9117ca6ad312fa6f95a93be3e09183ba64a84249 (patch)
treeea898d5a06660f9769b0714c6fbdad67d2200d93 /engines/director/lingo/lingo-the.cpp
parent9c0d9106509900c7faa42f2952474095a4bbbf11 (diff)
downloadscummvm-rg350-9117ca6ad312fa6f95a93be3e09183ba64a84249.tar.gz
scummvm-rg350-9117ca6ad312fa6f95a93be3e09183ba64a84249.tar.bz2
scummvm-rg350-9117ca6ad312fa6f95a93be3e09183ba64a84249.zip
DIRECTOR: Lingo: Added stubs for rest of the D2 functions
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 },