aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-10 18:44:01 +0100
committerEugene Sandulenko2017-01-10 18:44:01 +0100
commitaf2a917ab27481a5383922c25a8e66fd4add4ce8 (patch)
treee44978ddef2b1c0d2d183facb4858a439f8bbfbc /engines/director/lingo/lingo-the.cpp
parent87c57e42de89bf9c35cad8c293d75ced3dfca25e (diff)
downloadscummvm-rg350-af2a917ab27481a5383922c25a8e66fd4add4ce8.tar.gz
scummvm-rg350-af2a917ab27481a5383922c25a8e66fd4add4ce8.tar.bz2
scummvm-rg350-af2a917ab27481a5383922c25a8e66fd4add4ce8.zip
DIRECTOR: Lingo: Added sub for 'the date' entity
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-rw-r--r--engines/director/lingo/lingo-the.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index b23ec7b110..a9f298e0b7 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -42,6 +42,7 @@ TheEntity entities[] = {
{ kTheColorQD, "colorQD", false }, // D2 f
{ kTheCommandDown, "commandDown", false }, // D2 f
{ kTheControlDown, "controlDown", false }, // D2 f
+ { kTheDate, "date", false }, // D3
{ kTheDoubleClick, "doubleClick", false }, // D2 f
{ kTheExitLock, "exitLock", false }, // D2 p
{ kTheField, "field", true }, // D3
@@ -220,6 +221,12 @@ TheEntityField fields[] = {
{ kTheMenus, "number", kTheNumber }, // D3 p
{ kTheWords, "number", kTheNumber }, // D3 p
+ { kTheDate, "short", kTheShort }, // D3 f
+ { kTheDate, "long", kTheLong }, // D3 f
+ { kTheDate, "abbreviated", kTheAbbr }, // D3 f
+ { kTheDate, "abbrev", kTheAbbr }, // D3 f
+ { kTheDate, "abbr", kTheAbbr }, // D3 f
+
{ kTheNOEntity, NULL, kTheNOField }
};