From e2d3a0a32f62c6865397ca23984e15fbf6af5a3a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 1 Jun 2016 21:59:46 -0400 Subject: TITANIC: Adding setDial method --- engines/titanic/pet_control/pet_control.h | 5 +++++ 1 file changed, 5 insertions(+) (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 1eedc0382f..cf1589ca62 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -299,6 +299,11 @@ public: */ void addRoom(int roomNum); int roomFn2(int val); + + /** + * Resets the dial display to reflect new values + */ + void resetDials(int flag = 1); }; } // End of namespace Titanic -- cgit v1.2.3