commit cacf1e1c4050eab01a88e3cfe0b3d26c1daeff88
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Aug 30 18:15:59 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Tue Aug 30 18:18:48 2022 +0300
Add struct name to heretic pspdef_t
---
src/heretic/doomdef.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 76089ad3..8fbd362e 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -290,7 +290,7 @@ typedef enum
NUMPSPRITES
} psprnum_t;
-typedef struct
+typedef struct pspdef_s
{
state_t *state; // a NULL state means not active
int tics;