Only play movies in Allies 01 and Soviet 01 Classic if there's one client
This commit is contained in:
@@ -340,15 +340,25 @@ namespace OpenRA.Mods.RA.Missions
|
||||
alliesRes.TakeOre(alliesRes.Ore);
|
||||
|
||||
Game.MoveViewport(insertionLZ.Location.ToFloat2());
|
||||
Media.PlayFMVFullscreen(w, "ally1.vqa", () =>
|
||||
|
||||
if (MissionUtils.IsSingleClient(world))
|
||||
{
|
||||
Media.PlayFMVFullscreen(w, "landing.vqa", () =>
|
||||
Media.PlayFMVFullscreen(w, "ally1.vqa", () =>
|
||||
{
|
||||
InsertTanyaAtLZ();
|
||||
SendPatrol();
|
||||
MissionUtils.PlayMissionMusic();
|
||||
Media.PlayFMVFullscreen(w, "landing.vqa", () =>
|
||||
{
|
||||
InsertTanyaAtLZ();
|
||||
SendPatrol();
|
||||
MissionUtils.PlayMissionMusic();
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
InsertTanyaAtLZ();
|
||||
SendPatrol();
|
||||
MissionUtils.PlayMissionMusic();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user