mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- renamed HitInfo::hitpos
This commit is contained in:
parent
086c699df0
commit
296b5d7edd
31 changed files with 256 additions and 256 deletions
|
@ -52,8 +52,8 @@ bool calcChaseCamPos(int* px, int* py, int* pz, DCoreActor* act, sectortype** ps
|
|||
hitscan({ *px, *py, *pz }, *psect, np, hitinfo, CLIPMASK1);
|
||||
act->spr.cstat = bakcstat;
|
||||
|
||||
int hx = hitinfo.hitpos.X - *px;
|
||||
int hy = hitinfo.hitpos.Y - *py;
|
||||
int hx = hitinfo.__int_hitpos.X - *px;
|
||||
int hy = hitinfo.__int_hitpos.Y - *py;
|
||||
|
||||
if (*psect == nullptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue