aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-26 17:20:33 -0400
committerPaul Gilbert2016-07-15 19:25:14 -0400
commitbe9a05f8b54e77a04c92aa766233bb8908b50c92 (patch)
tree570e56dd1718ad42bb173f6d32a924218a2c77e8 /engines/titanic/pet_control/pet_control.h
parentad873455cf29622e52c15ac48e608d385a744be2 (diff)
downloadscummvm-rg350-be9a05f8b54e77a04c92aa766233bb8908b50c92.tar.gz
scummvm-rg350-be9a05f8b54e77a04c92aa766233bb8908b50c92.tar.bz2
scummvm-rg350-be9a05f8b54e77a04c92aa766233bb8908b50c92.zip
TITANIC: Added CPetStarfield methods
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index 07a4ffa680..d03f1c5efb 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -32,7 +32,7 @@
#include "titanic/pet_control/pet_frame.h"
#include "titanic/pet_control/pet_inventory.h"
#include "titanic/pet_control/pet_message.h"
-#include "titanic/pet_control/pet_nav_helmet.h"
+#include "titanic/pet_control/pet_starfield.h"
#include "titanic/pet_control/pet_real_life.h"
#include "titanic/pet_control/pet_remote.h"
#include "titanic/pet_control/pet_rooms.h"
@@ -56,7 +56,7 @@ private:
CPetSection *_sections[7];
CPetConversations _conversations;
CPetInventory _inventory;
- CPetNavHelmet _navHelmet;
+ CPetStarfield _navHelmet;
CPetRemote _remote;
CPetRooms _rooms;
CPetRealLife _realLife;