aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_conversations.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-07 22:24:46 -0400
committerPaul Gilbert2016-07-10 16:38:47 -0400
commit0cbd9f5063715a35196c40d0e92a21e73b9f15e2 (patch)
treee2a55b87d4f8c383ac7295a5f8f1adc01eae71e6 /engines/titanic/pet_control/pet_conversations.h
parente85b171db811d1dac22c2411299b2ce0da7effeb (diff)
downloadscummvm-rg350-0cbd9f5063715a35196c40d0e92a21e73b9f15e2.tar.gz
scummvm-rg350-0cbd9f5063715a35196c40d0e92a21e73b9f15e2.tar.bz2
scummvm-rg350-0cbd9f5063715a35196c40d0e92a21e73b9f15e2.zip
TITANIC: Changing TTNamed* classes to TTNpc*
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