diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/pegasus/neighborhood/wsc/wsc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/neighborhood/wsc/wsc.cpp b/engines/pegasus/neighborhood/wsc/wsc.cpp index e3a0eff01b..8e5f2e2ca4 100644 --- a/engines/pegasus/neighborhood/wsc/wsc.cpp +++ b/engines/pegasus/neighborhood/wsc/wsc.cpp @@ -1910,6 +1910,7 @@ void WSC::receiveNotification(Notification *notification, const NotificationFlag 372 + kNavAreaLeft, 149 + kNavAreaTop)); setCurrentActivation(kActivationRobotDead); GameState.setWSCRobotDead(true); + GameState.setScoringStoppedWSCRobot(); // Video is not present //g_AIArea->playAIMovie(kRightAreaSignature, "Images/AI/WSC/XN59WD", false, kWarningInterruption); @@ -1919,6 +1920,7 @@ void WSC::receiveNotification(Notification *notification, const NotificationFlag _vm->addItemToInventory((InventoryItem *)item); setCurrentActivation(kActivationRobotDead); GameState.setWSCRobotDead(true); + GameState.setScoringStoppedWSCRobot(); // Video is not present //g_AIArea->playAIMovie(kRightAreaSignature, "Images/AI/WSC/XN59WD", false, kWarningInterruption); |