aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 16:52:42 -0400
committerPaul Gilbert2016-07-10 16:37:47 -0400
commitb013d10d8f44e9f611ff205304f451e4e35ee14e (patch)
tree7527d6919a780c0bb920bdb8c8fc8210aa5c9019 /engines/titanic/pet_control/pet_section.h
parentd46d3f7b0dc6f3b401860f6274ebbf04710f06ca (diff)
downloadscummvm-rg350-b013d10d8f44e9f611ff205304f451e4e35ee14e.tar.gz
scummvm-rg350-b013d10d8f44e9f611ff205304f451e4e35ee14e.tar.bz2
scummvm-rg350-b013d10d8f44e9f611ff205304f451e4e35ee14e.zip
TITANIC: Implementing PET Nav Helmet section
Diffstat (limited to 'engines/titanic/pet_control/pet_section.h')
-rw-r--r--engines/titanic/pet_control/pet_section.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h
index faefb994cc..81485ec44c 100644
--- a/engines/titanic/pet_control/pet_section.h
+++ b/engines/titanic/pet_control/pet_section.h
@@ -30,7 +30,7 @@ namespace Titanic {
enum PetArea {
PET_INVENTORY = 0, PET_CONVERSATION = 1, PET_REMOTE = 2,
- PET_ROOMS = 3, PET_REAL_LIFE = 4, PET_5 = 5, PET_6 = 6
+ PET_ROOMS = 3, PET_REAL_LIFE = 4, PET_NAV_HELMET = 5, PET_6 = 6
};
class CPetControl;