Skip to content
Snippets Groups Projects
Commit 50bd8abc authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix precipitation

parent 3bace37a
Branches
Tags
1 merge request!1257New sprite features
...@@ -415,6 +415,7 @@ typedef struct precipmobj_s ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment