summaryrefslogtreecommitdiff
path: root/src/game/g_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_utils.c')
-rw-r--r--src/game/g_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_utils.c b/src/game/g_utils.c
index d13b9356..8105af8b 100644
--- a/src/game/g_utils.c
+++ b/src/game/g_utils.c
@@ -640,6 +640,7 @@ void G_SetOrigin( gentity_t *ent, vec3_t origin ) {
VectorClear( ent->s.pos.trDelta );
VectorCopy( origin, ent->r.currentOrigin );
+ VectorCopy( origin, ent->s.origin ); //TA: it shit breaks - blame this line
}
//TA: from quakestyle.telefragged.com