Move viewport to where the player starts

This commit is contained in:
ScottNZ
2012-06-28 20:05:54 +12:00
committed by Chris Forbes
parent 9115fc4397
commit 36c0ec753d

View File

@@ -258,6 +258,7 @@ namespace OpenRA.Mods.RA.Missions
shipMovePoint = actors["ShipMovePoint"];
attackEntryPoint1 = actors["SovietAttackEntryPoint1"];
attackEntryPoint2 = actors["SovietAttackEntryPoint2"];
Game.MoveViewport(insertionLZ.Location.ToFloat2());
music = Sound.Play("hell226m.aud"); // Hell March
Game.ConnectionStateChanged += StopMusic;
}