Skip to content
Snippets Groups Projects
Commit b74c01b3 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'precipmobj-fix' into 'master'

Add sprite2 to precipmobj_t

See merge request STJr/SRB2Internal!150
parents e39bbab5 a601cacf
No related branches found
No related tags found
No related merge requests found
......@@ -388,6 +388,7 @@ typedef struct precipmobj_s
angle_t angle; // orientation
spritenum_t sprite; // used to find patch_t and flip value
UINT32 frame; // frame number, plus bits see p_pspr.h
UINT8 sprite2; // player sprites
UINT16 anim_duration; // for FF_ANIMATE states
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.
Finish editing this message first!
Please register or to comment