aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_spin_horn.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-20 21:49:53 -0500
committerPaul Gilbert2017-02-20 21:49:53 -0500
commit75571a80fd78065a7765903f457769fa9fdd4748 (patch)
treef0f787fca29f77cbb7547836f618259e13293b2b /engines/titanic/game/wheel_spin_horn.h
parent90e4e8a06403dc54b862cc08676718a29fdf6f94 (diff)
downloadscummvm-rg350-75571a80fd78065a7765903f457769fa9fdd4748.tar.gz
scummvm-rg350-75571a80fd78065a7765903f457769fa9fdd4748.tar.bz2
scummvm-rg350-75571a80fd78065a7765903f457769fa9fdd4748.zip
TITANIC: Fix the steering wheel horn
Diffstat (limited to 'engines/titanic/game/wheel_spin_horn.h')
-rw-r--r--engines/titanic/game/wheel_spin_horn.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/titanic/game/wheel_spin_horn.h b/engines/titanic/game/wheel_spin_horn.h
index 21182253b3..b8546b01b6 100644
--- a/engines/titanic/game/wheel_spin_horn.h
+++ b/engines/titanic/game/wheel_spin_horn.h
@@ -28,9 +28,11 @@
namespace Titanic {
class CWheelSpinHorn : public CWheelSpin {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
public:
- CString _string1;
- CString _string2;
+ CString _soundName;
+ CString _message;
public:
CLASSDEF;