mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- SW: migrate everything to the main clipmove function
This commit is contained in:
parent
16f9d4ec36
commit
a5f51cfd88
15 changed files with 53 additions and 33 deletions
|
@ -76,7 +76,7 @@ inline int pushmove(vec3_t *const vect, int *const sectnum, int32_t const walldi
|
|||
short sect16 = *sectnum;
|
||||
auto r = pushmove(vect, §16, walldist, ceildist, flordist, cliptype, clear);
|
||||
*sectnum = sect16;
|
||||
return r;
|
||||
return r;
|
||||
}
|
||||
|
||||
[[deprecated]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue