// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // /* /// jln - 30-09-2008 Simple dummy which will be used to move one object to another. */ class GeoDummy 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 }