mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
Fix precipitation
This commit is contained in:
parent
3bace37a25
commit
50bd8abc78
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ typedef struct precipmobj_s
|
||||||
UINT32 renderflags; // render flags
|
UINT32 renderflags; // render flags
|
||||||
fixed_t spritexscale, spriteyscale;
|
fixed_t spritexscale, spriteyscale;
|
||||||
fixed_t spritexoffset, spriteyoffset;
|
fixed_t spritexoffset, spriteyoffset;
|
||||||
|
struct pslope_s *floorspriteslope; // The slope that the floorsprite is rotated by
|
||||||
|
|
||||||
struct mprecipsecnode_s *touching_sectorlist; // a linked list of sectors where this object appears
|
struct mprecipsecnode_s *touching_sectorlist; // a linked list of sectors where this object appears
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue