fixed strange indentation nod01
This commit is contained in:
@@ -122,13 +122,13 @@ namespace OpenRA.Mods.Cnc.Missions
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!world.Actors.Any(a => (a.Owner == nod) && a.IsInWorld && !a.IsDead()))
|
if (!world.Actors.Any(a => (a.Owner == nod) && a.IsInWorld && !a.IsDead()))
|
||||||
{
|
{
|
||||||
Action afterFMV = () =>
|
Action afterFMV = () =>
|
||||||
{
|
{
|
||||||
Sound.StopMusic();
|
Sound.StopMusic();
|
||||||
MissionFailed("The Nod forces in the area have been wiped out.");
|
MissionFailed("The Nod forces in the area have been wiped out.");
|
||||||
};
|
};
|
||||||
Game.RunAfterDelay(0, () => Media.PlayFMVFullscreen(world, "nodlose.vqa", afterFMV));
|
Game.RunAfterDelay(0, () => Media.PlayFMVFullscreen(world, "nodlose.vqa", afterFMV));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user