aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_real_life.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-23 17:02:22 -0400
committerPaul Gilbert2016-07-10 16:11:50 -0400
commitfc3f2952b097cd0d465efe0216b11602c5ab0191 (patch)
tree4a7288a548b6249e4caff9108cef817aa43bf9af /engines/titanic/pet_control/pet_real_life.cpp
parentd11a95068c2566564e0372bad0ad5c656af79298 (diff)
downloadscummvm-rg350-fc3f2952b097cd0d465efe0216b11602c5ab0191.tar.gz
scummvm-rg350-fc3f2952b097cd0d465efe0216b11602c5ab0191.tar.bz2
scummvm-rg350-fc3f2952b097cd0d465efe0216b11602c5ab0191.zip
TITANIC: Define Glyph flags enum
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 59702046ba..27a5c22b01 100644
--- a/engines/titanic/pet_control/pet_real_life.cpp
+++ b/engines/titanic/pet_control/pet_real_life.cpp
@@ -100,7 +100,7 @@ bool CPetRealLife::setupControl(CPetControl *petControl) {
if (petControl) {
_petControl = petControl;
_glyphs.setup(4, this);
- _glyphs.set20(6);
+ _glyphs.setFlags(6);
addButton(new CPetLoad());
addButton(new CPetSave());