diff options
Diffstat (limited to 'engines/titanic/game/bar_bell.cpp')
-rw-r--r-- | engines/titanic/game/bar_bell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bar_bell.cpp b/engines/titanic/game/bar_bell.cpp index 207644a00e..5f17dffda1 100644 --- a/engines/titanic/game/bar_bell.cpp +++ b/engines/titanic/game/bar_bell.cpp @@ -116,7 +116,7 @@ bool CBarBell::MouseButtonUpMsg(CMouseButtonUpMsg *msg) { } ++_fieldBC; - return 2; + return true; } bool CBarBell::ActMsg(CActMsg *msg) { |