aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
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.h
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.h')
-rw-r--r--engines/director/lingo/lingo-the.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index bbca6361fc..44737eb953 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -27,7 +27,8 @@ namespace Director {
enum TheEntityType {
kTheNOEntity = 0,
- kTheFrame = 1,
+ kTheDate = 1,
+ kTheFrame,
kTheFreeBlock,
kTheFreeBytes,
kThePathName,
@@ -125,7 +126,8 @@ enum TheEntityType {
enum TheFieldType {
kTheNOField = 0,
- kTheCastNum = 1,
+ kTheAbbr = 1,
+ kTheCastNum,
kTheCastType,
kTheCheckMark,
kTheController,
@@ -150,6 +152,7 @@ enum TheFieldType {
kTheInk,
kTheLeft,
kTheLineSize,
+ kTheLong,
kTheLoop,
kTheLoaded,
kTheModified,
@@ -168,6 +171,7 @@ enum TheFieldType {
kTheRect,
kTheRegPoint,
kTheRight,
+ kTheShort,
kTheStopTime,
kTheStretch,
kTheStartTime,