diff options
author | Stijn Buys <ingar@osirion.org> | 2008-12-07 09:03:10 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-12-07 09:03:10 +0000 |
commit | 7de62efc14d0e0f037051bd887c96f28fd9a3215 (patch) | |
tree | c3e792bc7feaaa73d69eb417d2b2424195206818 /src/game/intro | |
parent | 94a368b734911abe5cab7c61a23e8c225354df85 (diff) |
add system map,
prepare source tree for dataset reorganization
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; /* |