mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
226 B
C++
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);
|