aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-10 18:58:37 +0100
committerEugene Sandulenko2017-01-10 18:58:37 +0100
commit0e58b35c672c2416d818ca8a7bd388432b01be3d (patch)
tree411133e9bce12692b9de4920a7f3a8963cdf84f4 /engines/director/lingo/lingo-the.cpp
parentaf2a917ab27481a5383922c25a8e66fd4add4ce8 (diff)
downloadscummvm-rg350-0e58b35c672c2416d818ca8a7bd388432b01be3d.tar.gz
scummvm-rg350-0e58b35c672c2416d818ca8a7bd388432b01be3d.tar.bz2
scummvm-rg350-0e58b35c672c2416d818ca8a7bd388432b01be3d.zip
DIRECTOR: Lingo: Implemented stub for 'the time' entity
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-rw-r--r--engines/director/lingo/lingo-the.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index a9f298e0b7..fafe22f8ef 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -116,6 +116,7 @@ TheEntity entities[] = {
{ kTheTimeoutMouse, "timeoutMouse", false }, // D2 p
{ kTheTimeoutPlay, "timeoutPlay", false }, // D2 p
{ kTheTimeoutScript, "timeoutScript", false }, // D2 p
+ { kTheTime, "time", false }, // D3 f
{ kTheTimer, "timer", false }, // D2 p
{ kTheWindow, "window", false },
{ kTheWords, "words", true }, // D3
@@ -226,6 +227,11 @@ TheEntityField fields[] = {
{ kTheDate, "abbreviated", kTheAbbr }, // D3 f
{ kTheDate, "abbrev", kTheAbbr }, // D3 f
{ kTheDate, "abbr", kTheAbbr }, // D3 f
+ { kTheTime, "short", kTheShort }, // D3 f
+ { kTheTime, "long", kTheLong }, // D3 f
+ { kTheTime, "abbreviated", kTheAbbr }, // D3 f
+ { kTheTime, "abbrev", kTheAbbr }, // D3 f
+ { kTheTime, "abbr", kTheAbbr }, // D3 f
{ kTheNOEntity, NULL, kTheNOField }
};