aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-16 22:09:09 +0200
committerEugene Sandulenko2016-08-16 22:09:09 +0200
commit6c0b2b50f7f39e82c403f14075c5da79dbf2df28 (patch)
treeb790b47f6cde2e765a258b26c026e6451f4cf80f /engines/director/lingo/lingo-the.cpp
parenta8bdfadbbf5ce330846c97ce6f67c099f4b6631d (diff)
downloadscummvm-rg350-6c0b2b50f7f39e82c403f14075c5da79dbf2df28.tar.gz
scummvm-rg350-6c0b2b50f7f39e82c403f14075c5da79dbf2df28.tar.bz2
scummvm-rg350-6c0b2b50f7f39e82c403f14075c5da79dbf2df28.zip
DIRECTOR: Lingo: Added stubs for function up to 'n'
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 3b00c092ec..e6dbb9cac6 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -45,6 +45,10 @@ TheEntity entities[] = {
{ kTheLastClick, "lastClick", false },
{ kTheLastEvent, "lastEvent", false },
{ kTheLastFrame, "lastFrame", false },
+ { kTheLastKey, "lastKey", false },
+ { kTheLastRoll, "lastRoll", false },
+ { kTheMachineType, "machineType", false },
+ { kTheMemorySize, "memorySize", false },
{ kTheMenu, "menu", true },
{ kTheMenus, "menus", false },
{ kTheMenuItem, "menuitem", true },