aboutsummaryrefslogtreecommitdiffstats
path: root/games/gillo/files/patch-src__goal.h
blob: 91d7ffab5a6ba8eeff1e5c41914e50be6c0b978b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/goal.h.orig
+++ src/goal.h
@@ -32,7 +32,7 @@
 */
 class Goal : public Entity
 {
-	static const float areaRadius = ODE_GOAL_DISTANCE;
+	static const float areaRadius;
 	dGeomID		gids[6];
 public:
     Goal(Context& c);