mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
c1082e0005
PR: 184836 Submitted by: Ports Fury
12 lines
174 B
C++
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)
|
|
{
|