From 9117ca6ad312fa6f95a93be3e09183ba64a84249 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 17 Aug 2016 00:07:40 +0200 Subject: DIRECTOR: Lingo: Added stubs for rest of the D2 functions --- engines/director/lingo/lingo-the.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/director/lingo/lingo-the.cpp') 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 }, -- cgit v1.2.3