aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-15 22:58:04 -0500
committerPaul Gilbert2016-12-15 22:58:04 -0500
commit8777868c2842bb0fe5a3475695b730c1e1292e43 (patch)
tree9686c25f9014d023ac16a799fd56c50bb37166ba /engines/titanic/pet_control/pet_conversations.h
parentd6126ffcfacb7bb29986196e5826e9ca7e34ad70 (diff)
downloadscummvm-rg350-8777868c2842bb0fe5a3475695b730c1e1292e43.tar.gz
scummvm-rg350-8777868c2842bb0fe5a3475695b730c1e1292e43.tar.bz2
scummvm-rg350-8777868c2842bb0fe5a3475695b730c1e1292e43.zip
TITANIC: Fixes and cleanup for conversation dials movement
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.h')
-rw-r--r--engines/titanic/pet_control/pet_conversations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h
index 1837e5df2a..c3508f62a8 100644
--- a/engines/titanic/pet_control/pet_conversations.h
+++ b/engines/titanic/pet_control/pet_conversations.h
@@ -122,12 +122,12 @@ private:
/**
* Get a dial level
*/
- uint getDialLevel(uint dialNum, TTnpcScript *script, int v = 1);
+ uint getDialLevel(uint dialNum, TTnpcScript *script, bool flag = true);
/**
* Called when the dial for an NPC is being changed
*/
- void npcDialChange(uint dialNum, int oldLevel, int newLevel);
+ void npcDialChange(uint dialNum, uint oldLevel, uint newLevel);
public:
CPetConversations();
virtual ~CPetConversations() {}