From 42206332d0d7474dfead288c643ef4980c739773 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 18 Apr 2016 17:25:58 -0400 Subject: TITANIC: Adding new class stubs for PET Real Life btns & elements --- engines/titanic/pet_control/pet_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_frame.cpp') diff --git a/engines/titanic/pet_control/pet_frame.cpp b/engines/titanic/pet_control/pet_frame.cpp index f243054bfb..a9f45fa746 100644 --- a/engines/titanic/pet_control/pet_frame.cpp +++ b/engines/titanic/pet_control/pet_frame.cpp @@ -27,7 +27,7 @@ namespace Titanic { static const PetArea PET_AREAS[6] = { PET_CONVERSATION, PET_INVENTORY, PET_REMOTE, - PET_ROOMS, PET_SAVE, PET_5 + PET_ROOMS, PET_REAL_LIFE, PET_5 }; CPetFrame::CPetFrame() : CPetSection() { -- cgit v1.2.3