From 9a1bbf4b9ae00bfe6ef7c5c251bae0da9b624d9c Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 14 Dec 2007 18:22:04 +0000 Subject: zoomedit: Fixed some PlayerStart related bugs. --- PlayerStart.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PlayerStart.h') diff --git a/PlayerStart.h b/PlayerStart.h index 003583d..dbae78c 100644 --- a/PlayerStart.h +++ b/PlayerStart.h @@ -11,6 +11,8 @@ class PlayerStart : public Vertex3d, public LevelObject { return (v.distanceSq(Vertex(getX(), getZ())) < 0.09); } + virtual int getPriority() const {return 1;} + virtual const char* getType() const { return "PlayerStart"; } -- cgit v1.2.3