aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bridge_view.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-20 23:48:41 -0500
committerPaul Gilbert2017-02-20 23:48:41 -0500
commitf189cb15302ad3d0ed6dd24a9cdcbe896d0461c6 (patch)
tree23a67afdb365f2a9646c677c4b3b913686156d99 /engines/titanic/game/bridge_view.h
parent89efab8bddd76786c3b1ca82556ee9e5486d0cf9 (diff)
downloadscummvm-rg350-f189cb15302ad3d0ed6dd24a9cdcbe896d0461c6.tar.gz
scummvm-rg350-f189cb15302ad3d0ed6dd24a9cdcbe896d0461c6.tar.bz2
scummvm-rg350-f189cb15302ad3d0ed6dd24a9cdcbe896d0461c6.zip
TITANIC: Renamings for CBridgeView
Diffstat (limited to 'engines/titanic/game/bridge_view.h')
-rw-r--r--engines/titanic/game/bridge_view.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/titanic/game/bridge_view.h b/engines/titanic/game/bridge_view.h
index 45cfa3f4c8..01bd6310ce 100644
--- a/engines/titanic/game/bridge_view.h
+++ b/engines/titanic/game/bridge_view.h
@@ -27,15 +27,19 @@
namespace Titanic {
+enum BridgeAction {
+ BA_NONE = 0, BA_GO = 1, BA_CRUISE = 2, BA_ENDING1 = 3, BA_ENDING2 = 4
+};
+
class CBridgeView : public CBackground {
DECLARE_MESSAGE_MAP;
bool ActMsg(CActMsg *msg);
bool MovieEndMsg(CMovieEndMsg *msg);
public:
- int _mode;
+ BridgeAction _action;
public:
CLASSDEF;
- CBridgeView() : CBackground(), _mode(0) {}
+ CBridgeView() : CBackground(), _action(BA_NONE) {}
/**
* Save the data for the class to file