From acb1721e94a49a4941bb11dfc2f832c3848aa204 Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 8 Feb 2008 21:21:01 +0000 Subject: zoomedit: Implemented Rotate tool; added simple gates. --- PlayerStart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PlayerStart.h') diff --git a/PlayerStart.h b/PlayerStart.h index d5c10cd..b40b49e 100644 --- a/PlayerStart.h +++ b/PlayerStart.h @@ -11,7 +11,7 @@ class PlayerStart : public Vertex3d, public LevelObject { return (v.distanceSq(Vertex(getX(), getZ())) < 0.09); } - virtual int getPriority() const {return 1;} + virtual int getPriority() const {return 10;} virtual const char* getType() const { return "PlayerStart"; -- cgit v1.2.3