diff options
Diffstat (limited to 'src/game/intro')
-rw-r--r-- | src/game/intro/convoy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/intro/convoy.cc b/src/game/intro/convoy.cc index c0fba52..3421538 100644 --- a/src/game/intro/convoy.cc +++ b/src/game/intro/convoy.cc @@ -16,7 +16,7 @@ Member::Member(std::string const &model) : core::EntityControlable(0, 1) set_name("Convoy member"); set_label(model); - set_modelname("ships/" + model); + set_modelname(model); entity_thrust = 1.0f; /* |