mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
TITANIC: Fix non-responsive Go button in bridge controls
This commit is contained in:
parent
3b08987ad2
commit
119fd5fd34
@ -98,7 +98,7 @@ bool CCaptainsWheel::ActMsg(CActMsg *msg) {
|
||||
playMovie(150, 160, MOVIE_NOTIFY_OBJECT | MOVIE_WAIT_FOR_FINISH);
|
||||
}
|
||||
} else if (msg->_action == "Go") {
|
||||
if (!_stopEnabled) {
|
||||
if (_stopEnabled) {
|
||||
incTransitions();
|
||||
_stopEnabled = false;
|
||||
_actionNum = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user