Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-15 14:19:28 +0000
committerStijn Buys <ingar@osirion.org>2010-10-15 14:19:28 +0000
commit2e7da03760895cb8438d53f8ab74bd2b5193ffe2 (patch)
tree135b309ab977328531d496b0d7072fd720b3fdc6 /src/game/base/planet.cc
parentc3097a768077fa9251a70de10bd29aff3c8553e1 (diff)
beam / eject cargo updates
Diffstat (limited to 'src/game/base/planet.cc')
-rw-r--r--src/game/base/planet.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/planet.cc b/src/game/base/planet.cc
index ad1aa47..7a648db 100644
--- a/src/game/base/planet.cc
+++ b/src/game/base/planet.cc
@@ -37,7 +37,7 @@ void Planet::dock(core::Entity *entity)
Ship * ship = static_cast<Ship *>(entity);
- // fixed 50 km docking radius
+ // fixed 5 km docking radius
if (math::distance(location(), ship->location()) > radius() + ship->radius() + 50.0f) {
if (ship->owner())
ship->owner()->send("Planet out of range");