Skip to content
Snippets Groups Projects
Commit d72882fa authored by Eidolon's avatar Eidolon
Browse files

Fix precip crash from missing vars

parent bf37c2f7
No related branches found
No related tags found
No related merge requests found
...@@ -416,7 +416,7 @@ typedef struct precipmobj_s ...@@ -416,7 +416,7 @@ typedef struct precipmobj_s
// More drawing info: to determine current sprite. // More drawing info: to determine current sprite.
angle_t angle, pitch, roll; // orientation angle_t angle, pitch, roll; // orientation
angle_t old_angle; angle_t old_angle, old_pitch, old_roll; // orientation interpolation
angle_t rollangle; angle_t rollangle;
spritenum_t sprite; // used to find patch_t and flip value spritenum_t sprite; // used to find patch_t and flip value
UINT32 frame; // frame number, plus bits see p_pspr.h UINT32 frame; // frame number, plus bits see p_pspr.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment