Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/base/game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/game.cc b/src/game/base/game.cc
index f49e9d9..7e3a9c5 100644
--- a/src/game/base/game.cc
+++ b/src/game/base/game.cc
@@ -1160,7 +1160,7 @@ bool Game::load_zone(core::Zone *zone)
jumppoint = new JumpGate();
entity = jumppoint;
jumppoint->set_zone(zone);
- jumppoint->set_radius(0);
+ //jumppoint->set_radius(0);
count ++;
} else if (zoneini.got_section("jumppoint")) {