mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
TSAGE: Blue Force - Inside PD (315): Implement a missing case in signal()
This commit is contained in:
parent
f691cadfc1
commit
21fa7bda57
@ -1287,6 +1287,10 @@ void Scene315::signal() {
|
||||
BF_GLOBALS._player.enableControl();
|
||||
_object9.remove();
|
||||
break;
|
||||
case 3169:
|
||||
T2_GLOBALS._uiElements.addScore(30);
|
||||
BF_INVENTORY.setObjectScene(INV_MUG_SHOT, 1);
|
||||
BF_GLOBALS._player.enableControl();
|
||||
case 3154:
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user