shithub: choc

Download patch

ref: 57f15d389f923f28cfc7c9827e200fe2e369080f
parent: a4cb2c15c5e2e6d90c6c69aaf84200b692c0303e
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 6 11:17:54 EDT 2022

hexen: Add struct name to pspdef_t

--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -351,7 +351,7 @@
     NUMPSPRITES
 } psprnum_t;
 
-typedef struct
+typedef struct pspdef_s
 {
     state_t *state;             // a NULL state means not active
     int tics;