- SW: migrate everything to the main clipmove function

This commit is contained in:
Christoph Oelckers 2021-11-07 19:11:16 +01:00
parent 16f9d4ec36
commit a5f51cfd88
15 changed files with 53 additions and 33 deletions

View file

@ -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, &sect16, walldist, ceildist, flordist, cliptype, clear);
*sectnum = sect16;
return r;
return r;
}
[[deprecated]]