Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-15 15:50:28 +0000
committerStijn Buys <ingar@osirion.org>2008-08-15 15:50:28 +0000
commitb780874cf4ab23cf9e48aa23da2394169da24887 (patch)
tree620a99ba7229aab7f77745c87b5380838082a1ab /src/model
parenta58ffdaf01bf67871676130a42304fa5c4c46325 (diff)
full thruster engine texture if impulse is enabled
Diffstat (limited to 'src/model')
-rw-r--r--src/model/map.cc2
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;
}