diff options
author | Tim Angus <tim@ngus.net> | 2002-01-06 01:37:49 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-01-06 01:37:49 +0000 |
commit | 711416ff13cf449ef82b1dc2150b97761e81fc27 (patch) | |
tree | c8597821d24092d9781179e3f4aca3ede20f5ae6 /src/cgame | |
parent | 02c837e29dc00b194e0e11f5fb04aac79899c0c8 (diff) |
Stuff
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_buildable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_buildable.c b/src/cgame/cg_buildable.c index 9f91b56b..96fa94ce 100644 --- a/src/cgame/cg_buildable.c +++ b/src/cgame/cg_buildable.c @@ -460,7 +460,7 @@ void CG_Buildable( centity_t *cent ) turretBarrel.hModel = cg_buildables[ es->modelindex ].models[ 1 ]; - CG_PositionRotatedEntityOnTag( &turretBarrel, &ent, ent.hModel, "tag_turret" ); + CG_PositionEntityOnTag( &turretBarrel, &ent, ent.hModel, "tag_turret" ); VectorCopy( cent->lerpOrigin, turretBarrel.lightingOrigin ); AnglesToAxis( es->angles2, flatAxis ); |