aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/action.h
diff options
context:
space:
mode:
authorMatthew Stewart2018-07-04 22:06:59 -0400
committerEugene Sandulenko2018-08-09 08:37:30 +0200
commit5863f515f72904ab17f976a55264fc5a342fc90c (patch)
tree01d5c6819992026711d7b8fa5f2772c50a59f316 /engines/startrek/action.h
parent8aef8c453918a583e1d804bf371437fef3b08e8c (diff)
downloadscummvm-rg350-5863f515f72904ab17f976a55264fc5a342fc90c.tar.gz
scummvm-rg350-5863f515f72904ab17f976a55264fc5a342fc90c.tar.bz2
scummvm-rg350-5863f515f72904ab17f976a55264fc5a342fc90c.zip
STARTREK: FEATHER5
Diffstat (limited to 'engines/startrek/action.h')
-rw-r--r--engines/startrek/action.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/startrek/action.h b/engines/startrek/action.h
index 1416736ec5..de20863cef 100644
--- a/engines/startrek/action.h
+++ b/engines/startrek/action.h
@@ -42,6 +42,11 @@ enum ActionTypes {
ACTION_TOUCHED_HOTSPOT = 7, // Second kind of "hotspot" only relevant when an object touches them
ACTION_TIMER_EXPIRED = 8,
+ ACTION_DONE_ANIM = 10,
+ ACTION_DONE_WALK = 12,
+
+ // TODO: remove these as redundant. They only still exist so I don't need to redo the
+ // manual spacing in the room action lists.
ACTION_FINISHED_ANIMATION = 10,
ACTION_FINISHED_WALKING = 12,