summaryrefslogtreecommitdiffstats
path: root/PlayerStart.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlayerStart.h')
-rw-r--r--PlayerStart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PlayerStart.h b/PlayerStart.h
index ed39fd2..b40b49e 100644
--- a/PlayerStart.h
+++ b/PlayerStart.h
@@ -7,7 +7,7 @@
class PlayerStart : public Vertex3d, public LevelObject {
public:
- virtual bool hit(const Vertex &v, float scale) const {
+ virtual bool hit(const Vertex &v) const {
return (v.distanceSq(Vertex(getX(), getZ())) < 0.09);
}