small tweak to location of held item

This commit is contained in:
Simon 2022-02-28 23:28:39 +00:00
parent e1c6762194
commit 550e3cfee4

View file

@ -1918,7 +1918,7 @@ static void CG_PlayerPowerups( centity_t *cent, refEntity_t *torso ) {
if (value ) {
CG_RegisterItemVisuals( value );
vec3_t offset;
VectorSet(offset, 0, 4, -8);
VectorSet(offset, 0, 0, -4);
CG_TrailItem( cent, cg_items[ value ].models[0], offset, 0.35f );
}
}