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/jumppoint.cc')
-rw-r--r--src/game/base/jumppoint.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/jumppoint.cc b/src/game/base/jumppoint.cc
index e943c24..eb51b68 100644
--- a/src/game/base/jumppoint.cc
+++ b/src/game/base/jumppoint.cc
@@ -77,6 +77,8 @@ void JumpPoint::validate()
JumpGate::JumpGate() : JumpPoint()
{
unset_flag(core::Entity::Bright);
+ set_flag(core::Entity::ShowOnMap);
+
entity_radius = 1.0f;
entity_moduletypeid = jumpgate_enttype;
entity_eventstate = core::Entity::NoPower;