aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/true_talk_npc.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-13 18:29:12 -0400
committerPaul Gilbert2016-08-13 18:29:12 -0400
commite5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe (patch)
treed42bc006a01e5aa50b2b8e409cf3f28650db5cb0 /engines/titanic/npcs/true_talk_npc.h
parent97b3437f499db5e50aa97d3085c26b1c98ea9d5f (diff)
downloadscummvm-rg350-e5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe.tar.gz
scummvm-rg350-e5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe.tar.bz2
scummvm-rg350-e5c100cf9c02c62d64f1d7bb257b03e5e5ec58fe.zip
TITANIC: Implemented CBellBot class
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 0319f7e059..6a4e65035e 100644
--- a/engines/titanic/npcs/true_talk_npc.h
+++ b/engines/titanic/npcs/true_talk_npc.h
@@ -71,7 +71,7 @@ protected:
/**
* Perform an action
*/
- void performAction(bool startTalking, CViewItem *view);
+ void performAction(bool startTalking, CViewItem *view = nullptr);
public:
CLASSDEF;
CTrueTalkNPC();