aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
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 }
};