1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/gillo/files/patch-src__goal.cpp
Martin Wilke c1082e0005 - Fix build with clang
PR:		184836
Submitted by:	Ports Fury
2014-01-19 13:47:16 +00:00

12 lines
174 B
C++

--- src/goal.cpp.orig
+++ src/goal.cpp
@@ -22,6 +22,8 @@
namespace gillo {
+const float Goal::areaRadius = ODE_GOAL_DISTANCE;
+
Goal::Goal(Context& c)
: Entity(c)
{