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