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, 0 insertions, 6 deletions
diff --git a/src/game/base/planet.h b/src/game/base/planet.h
index d2b18a8..19db012 100644
--- a/src/game/base/planet.h
+++ b/src/game/base/planet.h
@@ -21,14 +21,8 @@ class Planet : public core::EntityGlobe
public:
Planet();
virtual ~Planet();
-
- /// entity received a docking request
- virtual void dock(core::Entity *entity);
};
-/// FIXME
-const float planet_safe_distance = 5.0f;
-
} // namespace game
#endif // __INCLUDED_BASE_PLANET_H__