aboutsummaryrefslogtreecommitdiffstats
path: root/games/gillo/files/patch-src__goal.cpp
blob: fd928a6786a9e1071228d18f97d8bca6e80ffdf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)
 {