diff options
Diffstat (limited to 'engines/bladerunner/script/scene/ug07.cpp')
| -rw-r--r-- | engines/bladerunner/script/scene/ug07.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/engines/bladerunner/script/scene/ug07.cpp b/engines/bladerunner/script/scene/ug07.cpp index ff7dc7b06a..fdb61c766a 100644 --- a/engines/bladerunner/script/scene/ug07.cpp +++ b/engines/bladerunner/script/scene/ug07.cpp @@ -98,7 +98,7 @@ bool SceneScriptUG07::ClickedOnExit(int exitId) {  			Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);  			Ambient_Sounds_Remove_All_Looping_Sounds(1);  			Game_Flag_Set(427); -			Set_Enter(82, 94); +			Set_Enter(82, kSceneUG09);  			return true;  		}  	} @@ -107,7 +107,7 @@ bool SceneScriptUG07::ClickedOnExit(int exitId) {  			Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);  			Ambient_Sounds_Remove_All_Looping_Sounds(1);  			Game_Flag_Set(425); -			Set_Enter(81, 93); +			Set_Enter(81, kSceneUG08);  			return true;  		}  	} @@ -146,7 +146,7 @@ bool SceneScriptUG07::ClickedOnExit(int exitId) {  				Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);  				Ambient_Sounds_Remove_All_Looping_Sounds(1);  				Game_Flag_Set(423); -				Set_Enter(83, 95); +				Set_Enter(83, kSceneUG10);  				return true;  			}  		} | 
