diff options
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/map.cc b/src/model/map.cc index 0e124c6..960a1f0 100644 --- a/src/model/map.cc +++ b/src/model/map.cc @@ -960,7 +960,7 @@ Model * Map::load(std::string const &name) mapfile.close(); - // reposition lights, flares and engines according to the model center + // reposition docks, lights, flares and engines according to the model center for (Model::Lights::iterator lit = model->lights().begin(); lit != model->lights().end(); lit++) { (*lit)->light_location -= mapfile.map_center; } |