mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 22:38:17 +00:00
TSAGE: Fix bug in scene 2100: Now the sunflower field is reachable
This commit is contained in:
parent
d673fbc6a8
commit
78f202826b
@ -1022,6 +1022,8 @@ void Scene2100::Action12::signal() {
|
||||
case 10:
|
||||
if (_globals->getFlag(74))
|
||||
setDelay(1);
|
||||
else
|
||||
setAction(&scene->_sequenceManager, this, 2101, &_globals->_player, NULL);
|
||||
break;
|
||||
case 11:
|
||||
scene->_stripManager.start(2170, this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user