aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/basin.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-15 19:17:18 -0400
committerPaul Gilbert2016-08-15 19:17:18 -0400
commit08938ccfc88d55d9255ac20ff35c9aded67734fe (patch)
tree844d5c4deb1e728b6c0b2226bc8402e6011099f2 /engines/titanic/game/sgt/basin.cpp
parente54dc36035aa7b66163064a0206c901bdf8ba5bd (diff)
downloadscummvm-rg350-08938ccfc88d55d9255ac20ff35c9aded67734fe.tar.gz
scummvm-rg350-08938ccfc88d55d9255ac20ff35c9aded67734fe.tar.bz2
scummvm-rg350-08938ccfc88d55d9255ac20ff35c9aded67734fe.zip
TITANIC: Fix some compiler warnings
Diffstat (limited to 'engines/titanic/game/sgt/basin.cpp')
-rw-r--r--engines/titanic/game/sgt/basin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/sgt/basin.cpp b/engines/titanic/game/sgt/basin.cpp
index 3f85edc4ca..775c67deca 100644
--- a/engines/titanic/game/sgt/basin.cpp
+++ b/engines/titanic/game/sgt/basin.cpp
@@ -42,7 +42,7 @@ void CBasin::load(SimpleFile *file) {
bool CBasin::TurnOn(CTurnOn *msg) {
if (_statics->_v10 == "Open" && _statics->_v11 == "Closed"
- || _statics->_v2 == "Closed") {
+ && _statics->_v2 == "Closed") {
setVisible(true);
_statics->_v11 = "Open";
_fieldE0 = 0;