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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/planet.h b/src/game/base/planet.h
index efc5332..c9bb214 100644
--- a/src/game/base/planet.h
+++ b/src/game/base/planet.h
@@ -28,6 +28,8 @@ public:
/// entity received a docking request
virtual void dock(core::Entity *entity);
+ static const float safe_distance = 5.0f;
+
private:
ShipDealer *planet_shipdealer;