mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
TITANIC: Fix visiblity of elevator heads
This commit is contained in:
parent
fe3e280b5a
commit
fe85d4081c
@ -71,7 +71,7 @@ bool CBackground::SetFrameMsg(CSetFrameMsg *msg) {
|
||||
}
|
||||
|
||||
bool CBackground::VisibleMsg(CVisibleMsg *msg) {
|
||||
setVisible(msg->_visible);
|
||||
setVisible(!_visible);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user