summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/p_pspr.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/p_pspr.h')
-rw-r--r--apps/plugins/doom/p_pspr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/doom/p_pspr.h b/apps/plugins/doom/p_pspr.h
index bb6517c4e1..6e6608a753 100644
--- a/apps/plugins/doom/p_pspr.h
+++ b/apps/plugins/doom/p_pspr.h
@@ -65,12 +65,13 @@
65 * coordinates are given for a 320*200 view screen. 65 * coordinates are given for a 320*200 view screen.
66 */ 66 */
67 67
68typedef enum 68enum
69{ 69{
70 ps_weapon, 70 ps_weapon,
71 ps_flash, 71 ps_flash,
72 NUMPSPRITES 72 NUMPSPRITES
73} psprnum_t; 73};
74typedef unsigned psprnum_t;
74 75
75typedef struct 76typedef struct
76{ 77{