diff options
author | Stijn Buys <ingar@osirion.org> | 2009-03-09 10:03:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-03-09 10:03:35 +0000 |
commit | 0cae375e9f299e3541ecef99a1728dcf23cb3b76 (patch) | |
tree | 1dd81c614f1bc25da11c49de752b2fafc8e50bcc /src/game/base | |
parent | 1c7896641a814b470c3148acf3d6169b591f2934 (diff) |
Do not show navigation points on map
Diffstat (limited to 'src/game/base')
-rw-r--r-- | src/game/base/navpoint.cc | 2 |
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); |