From e5e0e22c56ed6dca6a3471b444720b76255025e0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 May 2016 00:12:47 -0400 Subject: TITANIC: Beginnings of TTinput class --- engines/titanic/pet_control/pet_conversations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/pet_control/pet_conversations.h') diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index 4073360a37..b88ddfacd5 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -112,7 +112,7 @@ private: /** * Get the TrueTalk script associated with a given NPC */ - TTNpcScript *getNPCScript(const CString &name) const; + TTnpcScript *getNPCScript(const CString &name) const; /** * Handle a keypress @@ -142,7 +142,7 @@ private: /** * Get a dial level */ - uint getDialLevel(uint dialNum, TTNpcScript *script, int v = 1); + uint getDialLevel(uint dialNum, TTnpcScript *script, int v = 1); /** * Called when the dial for an NPC is being changed -- cgit v1.2.3