aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_save.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_save.h')
-rw-r--r--engines/titanic/pet_control/pet_save.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_save.h b/engines/titanic/pet_control/pet_save.h
index 54e91e4c76..e5e956403f 100644
--- a/engines/titanic/pet_control/pet_save.h
+++ b/engines/titanic/pet_control/pet_save.h
@@ -57,11 +57,11 @@ public:
/**
* Called on a highlighted item when PET area is entered
*/
- virtual bool enterHighlighted() {
+ virtual bool enterHighlighted() {
highlightSave(_savegameSlotNum);
return true;
}
-
+
/**
* Called on a highlighted item when PET area is left
*/