mirror of
https://github.com/yquake2/zaero.git
synced 2024-11-10 06:32:04 +00:00
error during compiling the code #13
Signed-off-by: Soldy <4786022+Soldy@users.noreply.github.com>
This commit is contained in:
parent
6276ba483f
commit
06b54182b7
1 changed files with 2 additions and 3 deletions
|
@ -745,8 +745,8 @@ void zboss_reelInGraaple2(edict_t *self)
|
|||
vec3_t vec, dir;
|
||||
float length;
|
||||
edict_t *enemy;
|
||||
vec3_t hookoffset;
|
||||
vec3_t forward, right;
|
||||
vec3_t hookoffset = {-5, -24, 34};
|
||||
vec3_t forward, right;
|
||||
|
||||
if (!self)
|
||||
{
|
||||
|
@ -754,7 +754,6 @@ void zboss_reelInGraaple2(edict_t *self)
|
|||
}
|
||||
|
||||
enemy = self->laser->enemy;
|
||||
hookoffset = {-5, -24, 34};
|
||||
|
||||
AngleVectors (self->s.angles, forward, right, NULL);
|
||||
G_ProjectSource(self->s.origin, hookoffset, forward, right, vec);
|
||||
|
|
Loading…
Reference in a new issue