From 79c10ee30a5b4c8e41dc12806f432df88ff9af6f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 18 Apr 2016 23:13:19 -0400 Subject: TITANIC: Rename CPetControlSub12 to CPetText --- engines/titanic/pet_control/pet_real_life.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/pet_control/pet_real_life.h') diff --git a/engines/titanic/pet_control/pet_real_life.h b/engines/titanic/pet_control/pet_real_life.h index 57d0b317ba..6281735e33 100644 --- a/engines/titanic/pet_control/pet_real_life.h +++ b/engines/titanic/pet_control/pet_real_life.h @@ -25,7 +25,7 @@ #include "titanic/pet_control/pet_section.h" #include "titanic/pet_control/pet_glyphs.h" -#include "titanic/pet_control/pet_control_sub12.h" +#include "titanic/pet_control/pet_text.h" namespace Titanic { @@ -35,7 +35,7 @@ class CPetSaveGlyphs : public CPetGlyphs { class CPetRealLife : public CPetSection { private: CPetGlyphs _glyphs; - CPetSaveGlyphs _sub12; + CPetText _text; private: /** * Does setup -- cgit v1.2.3