0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-02-19 10:30:54 +00:00

Add floorrover and ceilingrover to precipmobj_t

This commit is contained in:
mazmazz 2018-09-10 00:23:23 -04:00
parent 943dc9412d
commit 0d88f31bbd

View file

@ -400,6 +400,8 @@ typedef struct precipmobj_s
// The closest interval over all contacted sectors (or things).
fixed_t floorz; // Nearest floor below.
fixed_t ceilingz; // Nearest ceiling above.
struct ffloor_s *floorrover; // FOF referred by floorz
struct ffloor_s *ceilingrover; // FOF referred by ceilingz
// For movement checking.
fixed_t radius; // Fixed at 2*FRACUNIT