aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-10-28 20:19:35 -0400
committerPaul Gilbert2016-10-28 20:19:35 -0400
commitf7c7f11435c96781d02c8c44c29e9da08392eec2 (patch)
treeb56fbe645b3f902a29310e847baf1c7007799cab /engines/titanic/npcs/true_talk_npc.h
parentaee3599e6bc2fd2cf8cd627de7f607365302efa6 (diff)
downloadscummvm-rg350-f7c7f11435c96781d02c8c44c29e9da08392eec2.tar.gz
scummvm-rg350-f7c7f11435c96781d02c8c44c29e9da08392eec2.tar.bz2
scummvm-rg350-f7c7f11435c96781d02c8c44c29e9da08392eec2.zip
TITANIC: Renames and adding debugging
Diffstat (limited to 'engines/titanic/npcs/true_talk_npc.h')
-rw-r--r--engines/titanic/npcs/true_talk_npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/true_talk_npc.h b/engines/titanic/npcs/true_talk_npc.h
index 3adf055449..e044f10b15 100644
--- a/engines/titanic/npcs/true_talk_npc.h
+++ b/engines/titanic/npcs/true_talk_npc.h
@@ -66,7 +66,7 @@ protected:
protected:
void processInput(CTextInputMsg *msg, CViewItem *view);
public:
- int _field100;
+ int _speechCounter;
public:
CLASSDEF;
CTrueTalkNPC();