mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Copy tracer interp state for Jawz reticle
This commit is contained in:
parent
e3f4479457
commit
bf3748110c
1 changed files with 3 additions and 0 deletions
|
@ -8282,6 +8282,9 @@ void A_JawzChase(mobj_t *actor)
|
|||
|
||||
ret = P_SpawnMobj(actor->tracer->x, actor->tracer->y, actor->tracer->z, MT_PLAYERRETICULE);
|
||||
P_SetTarget(&ret->target, actor->tracer);
|
||||
ret->old_x = actor->tracer->old_x;
|
||||
ret->old_y = actor->tracer->old_y;
|
||||
ret->old_z = actor->tracer->old_z;
|
||||
ret->frame |= ((leveltime % 10) / 2) + 5;
|
||||
ret->color = actor->cvmem;
|
||||
|
||||
|
|
Loading…
Reference in a new issue