aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-01 21:59:46 -0400
committerPaul Gilbert2016-07-15 19:18:54 -0400
commite2d3a0a32f62c6865397ca23984e15fbf6af5a3a (patch)
tree922e2e46549e8d75a1b9e4652e58f1721e13155d /engines/titanic/pet_control/pet_control.h
parent4ab3b4d2097077ab16bc6c33fac7a332ee74e1a2 (diff)
downloadscummvm-rg350-e2d3a0a32f62c6865397ca23984e15fbf6af5a3a.tar.gz
scummvm-rg350-e2d3a0a32f62c6865397ca23984e15fbf6af5a3a.tar.bz2
scummvm-rg350-e2d3a0a32f62c6865397ca23984e15fbf6af5a3a.zip
TITANIC: Adding setDial method
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h5
1 files changed, 5 insertions, 0 deletions
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