aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_real_life.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-18 23:13:19 -0400
committerPaul Gilbert2016-07-10 16:11:32 -0400
commit79c10ee30a5b4c8e41dc12806f432df88ff9af6f (patch)
treec33d3b78703a5b0a7749330f235ff4c17f4906be /engines/titanic/pet_control/pet_real_life.cpp
parent225af470883f7e8e90ea18faf6b26b29342accb9 (diff)
downloadscummvm-rg350-79c10ee30a5b4c8e41dc12806f432df88ff9af6f.tar.gz
scummvm-rg350-79c10ee30a5b4c8e41dc12806f432df88ff9af6f.tar.bz2
scummvm-rg350-79c10ee30a5b4c8e41dc12806f432df88ff9af6f.zip
TITANIC: Rename CPetControlSub12 to CPetText
Diffstat (limited to 'engines/titanic/pet_control/pet_real_life.cpp')
-rw-r--r--engines/titanic/pet_control/pet_real_life.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_real_life.cpp b/engines/titanic/pet_control/pet_real_life.cpp
index 3ec3317bb8..0c7c4bd51f 100644
--- a/engines/titanic/pet_control/pet_real_life.cpp
+++ b/engines/titanic/pet_control/pet_real_life.cpp
@@ -38,7 +38,7 @@ bool CPetRealLife::reset() {
void CPetRealLife::draw(CScreenManager *screenManager) {
_petControl->drawSquares(screenManager, 4);
_glyphs.draw(screenManager);
- _sub12.draw(screenManager);
+ _text.draw(screenManager);
}
bool CPetRealLife::setupControl(CPetControl *petControl) {