mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TSAGE: Fix nesting level. CID 1003633
This commit is contained in:
@@ -14560,9 +14560,10 @@ void Scene1950::signal() {
|
||||
case 1964:
|
||||
// No break on purpose
|
||||
case 1965:
|
||||
if (!R2_GLOBALS.getFlag(37))
|
||||
if (!R2_GLOBALS.getFlag(37)) {
|
||||
SceneItem::display(1950, 26, 0, 280, 1, 160, 9, 1, 2, 20, 7, 7, -999);
|
||||
R2_GLOBALS._player.enableControl();
|
||||
}
|
||||
break;
|
||||
case 1966:
|
||||
_actor4.remove();
|
||||
|
||||
Reference in New Issue
Block a user