aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.h
diff options
context:
space:
mode:
authorScott Percival2019-11-28 23:04:12 +0800
committerScott Percival2019-12-02 21:57:09 +0800
commit97caeed249f48f3d4316d9451e0b23c39855ee41 (patch)
tree80b8cae1d85a3a920837e8aa91d903fdb7552508 /engines/director/lingo/lingo-the.h
parentcc62053b5f4b1a1eec8bf0ab4f5e34b670d5c1b8 (diff)
downloadscummvm-rg350-97caeed249f48f3d4316d9451e0b23c39855ee41.tar.gz
scummvm-rg350-97caeed249f48f3d4316d9451e0b23c39855ee41.tar.bz2
scummvm-rg350-97caeed249f48f3d4316d9451e0b23c39855ee41.zip
DIRECTOR: Change kTheLast to a TheFieldType
Diffstat (limited to 'engines/director/lingo/lingo-the.h')
-rw-r--r--engines/director/lingo/lingo-the.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/director/lingo/lingo-the.h b/engines/director/lingo/lingo-the.h
index 173efe6bbe..9cedbbbc48 100644
--- a/engines/director/lingo/lingo-the.h
+++ b/engines/director/lingo/lingo-the.h
@@ -63,7 +63,6 @@ enum TheEntityType {
kTheKeyDownScript,
kTheKeyUpScript,
kTheLabelList,
- kTheLast,
kTheLastClick,
kTheLastEvent,
kTheLastFrame,
@@ -127,7 +126,7 @@ enum TheEntityType {
kTheSwitchColorDepth,
kTheTicks,
kTheTime,
- kTheTimeoutKeydown,
+ kTheTimeoutKeyDown,
kTheTimeoutLapsed,
kTheTimeoutLength,
kTheTimeoutMouse,
@@ -170,6 +169,7 @@ enum TheFieldType {
kTheHilite,
kTheImmediate,
kTheInk,
+ kTheLast,
kTheLeft,
kTheLineSize,
kTheLoaded,
@@ -209,7 +209,7 @@ enum TheFieldType {
kTheText,
kTheTextAlign,
kTheTextFont,
- kTheTextheight,
+ kTheTextHeight,
kTheTextSize,
kTheTextStyle,
kTheTitle,