aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-30 23:27:48 -0400
committerPaul Gilbert2016-07-10 16:37:57 -0400
commitad02fa76e0bbb81f28610a100aa988f082067c71 (patch)
tree3397cab420e98b8ff7728c06e23733a9c785ce5e /engines/titanic/pet_control/pet_glyphs.h
parentce2a9c6f1ba75eedc917deffb79b2531a3d41645 (diff)
downloadscummvm-rg350-ad02fa76e0bbb81f28610a100aa988f082067c71.tar.gz
scummvm-rg350-ad02fa76e0bbb81f28610a100aa988f082067c71.tar.bz2
scummvm-rg350-ad02fa76e0bbb81f28610a100aa988f082067c71.zip
TITANIC: Implement PET Rooms glyphs saving logic
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h
index 12f66870c6..0163f39a7e 100644
--- a/engines/titanic/pet_control/pet_glyphs.h
+++ b/engines/titanic/pet_control/pet_glyphs.h
@@ -193,7 +193,7 @@ public:
*/
virtual void getTooltip(CPetText *text) {}
- virtual void proc32() {}
+ virtual void save2(SimpleFile *file, int indent) {}
virtual int proc33() { return 1; }
virtual int proc34() { return 1; }