freebsd-ports/games/gillo/files/patch-src__goal.h
Martin Wilke c1082e0005 - Fix build with clang
PR:		184836
Submitted by:	Ports Fury
2014-01-19 13:47:16 +00:00

11 lines
226 B
C++

--- 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);