// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // /* /// jln - 16-12-2008 Simple dummy which is used as virtual horizon. At game startup the object Z axis is stored. And if the player goes underneath this z value, it will respawn. */ class RespawnPlaneDummy extends Actor placeable; defaultproperties { bStatic = true; bCollideWorld = false; bCollideActors = false; bBlockActors = false; bBlockPlayers = false; bHidden = true; bHiddenEd = false; StaticMesh=StaticMesh'Editor.TexPropSphere' DrawType=DT_StaticMesh }