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
1 changed files with 2 additions and 0 deletions

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