Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/planet.h')
-rw-r--r--src/game/base/planet.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game/base/planet.h b/src/game/base/planet.h
index f0bf75f..efc5622 100644
--- a/src/game/base/planet.h
+++ b/src/game/base/planet.h
@@ -32,14 +32,16 @@ public:
/// entity received a docking request
virtual void dock(core::Entity *entity);
- static const float safe_distance = 5.0f;
private:
ShipDealer *planet_shipdealer;
};
-}
+/// FIXME
+const float planet_safe_distance = 5.0f;
+
+} // namespace game
#endif // __INCLUDED_BASE_PLANET_H__