Use more Vector_New

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5224 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-06-06 22:39:43 +00:00
parent a3ff407679
commit b8dd902636
1 changed files with 1 additions and 3 deletions

View File

@ -371,9 +371,7 @@ BOOL proj_SendProjectile(WEAPON *psWeap, BASE_OBJECT *psAttacker, int player, Ve
}
else // incase anything wants a projectile
{
muzzle.x = psAttacker->pos.x;
muzzle.y = psAttacker->pos.y;
muzzle.z = psAttacker->pos.z;
muzzle = Vector3f_New(psAttacker->pos.x, psAttacker->pos.y, psAttacker->pos.z);
}
/* Initialise the structure */