aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_talk_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_talk_node.cpp')
-rw-r--r--engines/wintermute/ad/ad_talk_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_talk_node.cpp b/engines/wintermute/ad/ad_talk_node.cpp
index ef30290b8c..ecaf098a40 100644
--- a/engines/wintermute/ad/ad_talk_node.cpp
+++ b/engines/wintermute/ad/ad_talk_node.cpp
@@ -38,7 +38,7 @@ namespace WinterMute {
IMPLEMENT_PERSISTENT(AdTalkNode, false)
//////////////////////////////////////////////////////////////////////////
-AdTalkNode::AdTalkNode(BaseGame *inGame): BaseClass(inGame) {
+AdTalkNode::AdTalkNode(BaseGame *inGame) : BaseClass(inGame) {
_sprite = NULL;
_spriteFilename = NULL;
_spriteSet = NULL;