From b780874cf4ab23cf9e48aa23da2394169da24887 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 15 Aug 2008 15:50:28 +0000 Subject: full thruster engine texture if impulse is enabled --- src/model/map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/map.cc') 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; } -- cgit v1.2.3