Pause the game when users navigate to the options menu in SP mode

This commit is contained in:
Scott_NZ
2013-03-17 21:14:49 +13:00
parent 86b55a6444
commit 2722fc5434
7 changed files with 37 additions and 15 deletions

View File

@@ -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", () =>
{