Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-15 14:03:22 +0000
committerStijn Buys <ingar@osirion.org>2008-08-15 14:03:22 +0000
commit8a4eb790261737104be262cdeab4b0e7d0f5566d (patch)
tree506c094bda41d934fae5bdb7d253c147c1d62964 /src/model/map.cc
parent62de0496836e729ff955274cf153914709775bfb (diff)
render dock locations on active targets, fix star texture loading and rendering
Diffstat (limited to 'src/model/map.cc')
-rw-r--r--src/model/map.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/map.cc b/src/model/map.cc
index d138b49..6494cd7 100644
--- a/src/model/map.cc
+++ b/src/model/map.cc
@@ -885,6 +885,7 @@ Model * Map::load(std::string const &name)
continue;
} else if (mapfile.got_key_float("radius", dock->dock_radius)) {
+ dock->dock_radius /= 100.0f;
continue;
}