summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/wi_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/wi_stuff.h')
-rw-r--r--apps/plugins/doom/wi_stuff.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/doom/wi_stuff.h b/apps/plugins/doom/wi_stuff.h
index 72c1d32d07..595418f88d 100644
--- a/apps/plugins/doom/wi_stuff.h
+++ b/apps/plugins/doom/wi_stuff.h
@@ -38,13 +38,14 @@
38 38
39// States for the intermission 39// States for the intermission
40 40
41typedef enum 41enum
42{ 42{
43 NoState = -1, 43 NoState = -1,
44 StatCount, 44 StatCount,
45 ShowNextLoc 45 ShowNextLoc
46 46
47} stateenum_t; 47};
48typedef int stateenum_t;
48 49
49// Called by main loop, animate the intermission. 50// Called by main loop, animate the intermission.
50void WI_Ticker (void); 51void WI_Ticker (void);