From 8a4eb790261737104be262cdeab4b0e7d0f5566d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 15 Aug 2008 14:03:22 +0000 Subject: render dock locations on active targets, fix star texture loading and rendering --- src/model/map.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/model/map.cc') 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; } -- cgit v1.2.3