commit 57f15d389f923f28cfc7c9827e200fe2e369080f
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 6 15:17:54 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Sat Nov 5 15:34:35 2022 +0200
hexen: Add struct name to pspdef_t
---
src/hexen/h2def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index 7e38db74..ae71c7f3 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -351,7 +351,7 @@ typedef enum
NUMPSPRITES
} psprnum_t;
-typedef struct
+typedef struct pspdef_s
{
state_t *state; // a NULL state means not active
int tics;