aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-23 20:59:07 -0400
committerPaul Gilbert2016-07-10 16:11:54 -0400
commit730895a9ea4a5f1c2032cb552d9221ad22fb8e5f (patch)
tree9a9b7a996e9d57214ffab07a7af9a492519de578 /engines/titanic/pet_control/pet_glyphs.h
parent2b1e045b5c57f1bae61bd3ffbd05577062f6f34c (diff)
downloadscummvm-rg350-730895a9ea4a5f1c2032cb552d9221ad22fb8e5f.tar.gz
scummvm-rg350-730895a9ea4a5f1c2032cb552d9221ad22fb8e5f.tar.bz2
scummvm-rg350-730895a9ea4a5f1c2032cb552d9221ad22fb8e5f.zip
TITANIC: Cleaning up CPetLoad & CPetSave methods
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h
index e4f4b1f59a..883c7992a3 100644
--- a/engines/titanic/pet_control/pet_glyphs.h
+++ b/engines/titanic/pet_control/pet_glyphs.h
@@ -194,7 +194,7 @@ public:
/**
* Called on a highlighted item when PET area is left
*/
- virtual bool leaveHighlighted() { return false; }
+ virtual void leaveHighlighted() {}
virtual int proc37() { return 0; }
@@ -368,7 +368,7 @@ public:
* When the PET section is left, passes onto the highlighted
* glyph, if any
*/
- bool leaveHighlighted();
+ void leaveHighlighted();
/**
* Called when a dragging operation starts