Skip to content

Commit

Permalink
TITANIC: Fix visiblity of elevator heads
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 19, 2016
1 parent fe3e280 commit fe85d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/core/background.cpp
Expand Up @@ -71,7 +71,7 @@ bool CBackground::SetFrameMsg(CSetFrameMsg *msg) {
}

bool CBackground::VisibleMsg(CVisibleMsg *msg) {
setVisible(msg->_visible);
setVisible(!_visible);
return true;
}

Expand Down

0 comments on commit fe85d40

Please sign in to comment.