summaryrefslogtreecommitdiffstats
path: root/PlayerStart.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlayerStart.h')
-rw-r--r--PlayerStart.h2
1 files changed, 2 insertions, 0 deletions
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";
}