mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Fix precipitation
This commit is contained in:
parent
5c2f487fbe
commit
9365c88dc2
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ typedef struct precipmobj_s
|
|||
UINT32 renderflags; // render flags
|
||||
fixed_t spritexscale, spriteyscale;
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue