diff options
author | Paul Gilbert | 2016-07-24 20:11:49 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-07-24 20:11:49 -0400 |
commit | eb98b984fb5a630422013ab5f030d49b0aa39552 (patch) | |
tree | 92a5a6e4cad064d20a93b1229e049e477ba03139 /engines/titanic/npcs | |
parent | 7d554339d3e1040480c9e1105d3ce7065fc77772 (diff) | |
download | scummvm-rg350-eb98b984fb5a630422013ab5f030d49b0aa39552.tar.gz scummvm-rg350-eb98b984fb5a630422013ab5f030d49b0aa39552.tar.bz2 scummvm-rg350-eb98b984fb5a630422013ab5f030d49b0aa39552.zip |
TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages
Diffstat (limited to 'engines/titanic/npcs')
-rw-r--r-- | engines/titanic/npcs/mobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |