diff options
author | Tim Angus <tim@ngus.net> | 2001-12-02 02:16:25 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-12-02 02:16:25 +0000 |
commit | 771b1c676714928ab1dea4f3b9277ff991b00f65 (patch) | |
tree | 853f47aa806862283959f23134d2b74a6295e48e /src/game | |
parent | 749407ffc26c647c1faf675734559ab9fd8774fe (diff) |
Tag based turrets
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 450bcd85..d7925ef2 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -1483,7 +1483,7 @@ buildableAttributes_t bg_buildableList[ ] = BA_H_DEF2, //int buildNum; "mgturret", //char *buildName; "team_human_def2", //char *entityName; - { "models/buildables/plasmaturret/pturret_base.md3", "models/weapons2/machinegun/machinegun.md3", 0, 0 }, + { "models/buildables/mgturret/turret_base.md3", "models/buildables/mgturret/turret_barrel.md3", "models/buildables/mgturret/turret_top.md3", 0 }, { -24, -24, -11 }, //vec3_t mins; { 24, 24, 11 }, //vec3_t maxs; TR_GRAVITY, //trType_t traj; |