ref: cacf1e1c4050eab01a88e3cfe0b3d26c1daeff88
parent: 899c34dd540451251d882883303c7347154dc287
author: Turo Lamminen <turol@iki.fi>
date: Tue Aug 30 14:15:59 EDT 2022
Add struct name to heretic pspdef_t
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -290,7 +290,7 @@
NUMPSPRITES
} psprnum_t;
-typedef struct
+typedef struct pspdef_s
{
state_t *state; // a NULL state means not active
int tics;