aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.h
diff options
context:
space:
mode:
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 9ddc610058..4073360a37 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
*/
- TTNamedScript *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, TTNamedScript *script, int v = 1);
+ uint getDialLevel(uint dialNum, TTNpcScript *script, int v = 1);
/**
* Called when the dial for an NPC is being changed