aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core
diff options
context:
space:
mode:
authorPaul Gilbert2017-04-17 11:39:25 -0400
committerPaul Gilbert2017-04-17 11:39:25 -0400
commit60faebe348f7d7a9a43c93b8982a49a670be9404 (patch)
treebf97a39709b7d1630bd6a4c520cd19949bb134b9 /engines/titanic/core
parent363da6ee5517689639aaf978e5578eb0b1fd3b1c (diff)
downloadscummvm-rg350-60faebe348f7d7a9a43c93b8982a49a670be9404.tar.gz
scummvm-rg350-60faebe348f7d7a9a43c93b8982a49a670be9404.tar.bz2
scummvm-rg350-60faebe348f7d7a9a43c93b8982a49a670be9404.zip
TITANIC: Renamings for CCameraMover fields and methods
Diffstat (limited to 'engines/titanic/core')
-rw-r--r--engines/titanic/core/game_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/game_object.h b/engines/titanic/core/game_object.h
index 3f42a872cb..0cd5808741 100644
--- a/engines/titanic/core/game_object.h
+++ b/engines/titanic/core/game_object.h
@@ -43,7 +43,7 @@ enum Find { FIND_GLOBAL = 1, FIND_ROOM = 2, FIND_PET = 4, FIND_MAILMAN = 8 };
enum Found { FOUND_NONE = 0, FOUND_GLOBAL = 1, FOUND_ROOM = 2, FOUND_PET = 3, FOUND_MAILMAN = 4 };
enum RoomFlagsComparison { RFC_LOCATION = 1, RFC_CLASS_ELEVATOR = 2, RFC_TITANIA = 3 };
enum StarControlAction {
- STAR_SHOW = 0, STAR_HIDE, STAR_2, STAR_RESET_POS, STAR_4, STAR_5, STAR_6, STAR_7,
+ STAR_SHOW = 0, STAR_HIDE, STAR_2, STAR_RESET_POS, STAR_4, STAR_5, STAR_6, STAR_FULL_SPEED,
STAR_8, STAR_TOGGLE_MODE, STAR_10, STAR_11, STAR_12, STAR_13, STAR_SET_REFERENCE, STAR_FADE_IN,
STAR_FADE_OUT, STAR_17, STAR_18, STAR_19
};