From eb98b984fb5a630422013ab5f030d49b0aa39552 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Jul 2016 20:11:49 -0400 Subject: TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages --- engines/titanic/npcs/mobile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/npcs') diff --git a/engines/titanic/npcs/mobile.cpp b/engines/titanic/npcs/mobile.cpp index 83f886ed21..8a45f9e3cf 100644 --- a/engines/titanic/npcs/mobile.cpp +++ b/engines/titanic/npcs/mobile.cpp @@ -24,7 +24,7 @@ namespace Titanic { -EMPTY_MESSAGE_MAP(CMobile, CCharacter) +EMPTY_MESSAGE_MAP(CMobile, CCharacter); CMobile::CMobile() : CCharacter(), _fieldDC(0) { } -- cgit v1.2.3