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 b40b49e..8b08274 100644
--- a/PlayerStart.h
+++ b/PlayerStart.h
@@ -17,6 +17,8 @@ class PlayerStart : public Vertex3d, public LevelObject {
return "PlayerStart";
}
+ virtual bool canMove() const {return true;}
+
virtual void move(float x, float y) {
setX(getX()+x);
setZ(getZ()+y);