Pause the game when users navigate to the options menu in SP mode
This commit is contained in:
@@ -160,7 +160,7 @@ namespace OpenRA.Mods.RA.Missions
|
||||
|
||||
Game.MoveViewport(startJeep.Location.ToFloat2());
|
||||
|
||||
if (MissionUtils.IsSingleClient(world))
|
||||
if (w.LobbyInfo.IsSinglePlayer)
|
||||
{
|
||||
Media.PlayFMVFullscreen(w, "soviet1.vqa", () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user