mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-13 06:36:56 +00:00
Add floorrover and ceilingrover to precipmobj_t
This commit is contained in:
parent
3d83908596
commit
df9c6c4a1f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue