diff options
| -rw-r--r-- | engines/pegasus/neighborhood/norad/subcontrolroom.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/neighborhood/norad/subcontrolroom.cpp b/engines/pegasus/neighborhood/norad/subcontrolroom.cpp index 2b15ad4b7d..55d756211f 100644 --- a/engines/pegasus/neighborhood/norad/subcontrolroom.cpp +++ b/engines/pegasus/neighborhood/norad/subcontrolroom.cpp @@ -541,8 +541,6 @@ void SubControlRoom::initInteraction() {  	_subControlMovie.redrawMovieWorld();  	_clawMonitorMovie.redrawMovieWorld(); - -	GameState.setScoringPlayedWithClaw(true);  }									  void SubControlRoom::closeInteraction() { @@ -833,6 +831,8 @@ void SubControlRoom::clickInHotspot(const Input &input, const Hotspot *spot) {  }  void SubControlRoom::dispatchClawAction(const int newAction) { +	GameState.setScoringPlayedWithClaw(true); +  	Neighborhood *owner = getOwner();  	if (newAction == kNoActionIndex) {  | 
