mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-06 16:31:47 +00:00
Add floorrover and ceilingrover to precipmobj_t
This commit is contained in:
parent
943dc9412d
commit
0d88f31bbd
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).
|
// The closest interval over all contacted sectors (or things).
|
||||||
fixed_t floorz; // Nearest floor below.
|
fixed_t floorz; // Nearest floor below.
|
||||||
fixed_t ceilingz; // Nearest ceiling above.
|
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.
|
// For movement checking.
|
||||||
fixed_t radius; // Fixed at 2*FRACUNIT
|
fixed_t radius; // Fixed at 2*FRACUNIT
|
||||||
|
|
Loading…
Reference in a new issue