Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-03-09 10:03:35 +0000
committerStijn Buys <ingar@osirion.org>2009-03-09 10:03:35 +0000
commit0cae375e9f299e3541ecef99a1728dcf23cb3b76 (patch)
tree1dd81c614f1bc25da11c49de752b2fafc8e50bcc /src/game
parent1c7896641a814b470c3148acf3d6169b591f2934 (diff)
Do not show navigation points on map
Diffstat (limited to 'src/game')
-rw-r--r--src/game/base/navpoint.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/navpoint.cc b/src/game/base/navpoint.cc
index 2a7c876..5dc35b2 100644
--- a/src/game/base/navpoint.cc
+++ b/src/game/base/navpoint.cc
@@ -12,7 +12,7 @@ namespace game
NavPoint::NavPoint() : core::Entity(core::Entity::Static | core::Entity::Bright)
{
- set_flag(core::Entity::ShowOnMap);
+ //set_flag(core::Entity::ShowOnMap);
entity_shape = core::Entity::Diamond;
entity_color.assign(1.0f, 1.0f);
entity_color_second.assign(0.6f, 1.0f);