mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- fixed bad parameter to getzrange.
This originated from 1d39bb371e
where the getzrange_old function was removed
This commit is contained in:
parent
2253a418c7
commit
e104316e75
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ Collision movespritez(DExhumedActor* pActor, int z, int height, int, int clipdis
|
|||
int hihit, lohit;
|
||||
vec3_t pos = pSprite->pos;
|
||||
pos.z -= 256;
|
||||
getzrange(&pSprite->pos, pSprite->sectnum,
|
||||
getzrange(&pos, pSprite->sectnum,
|
||||
&sprceiling, &hihit, &sprfloor, &lohit, 128, CLIPMASK0);
|
||||
hiHit.setFromEngine(hihit);
|
||||
loHit.setFromEngine(lohit);
|
||||
|
|
Loading…
Reference in a new issue