From 93cd3eced23dba0099cc713a7d2323a901dbca75 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 27 Feb 2017 08:55:56 -0500 Subject: TITANIC: Implemented CStarControl doAction --- engines/titanic/pet_control/pet_control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/pet_control/pet_control.h') diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h index 554157e166..18a6d400f6 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -588,9 +588,9 @@ public: void starsSetButtons(int val1, int val2); /** - * Set whether the user has the galactic reference material + * Sets that the user has the galactic reference material */ - void starsSetReference(bool hasRef); + void starsSetReference(); }; } // End of namespace Titanic -- cgit v1.2.3