summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/d_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/d_event.h')
-rw-r--r--apps/plugins/doom/d_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/d_event.h b/apps/plugins/doom/d_event.h
index b9b42a3989..c131ed56e1 100644
--- a/apps/plugins/doom/d_event.h
+++ b/apps/plugins/doom/d_event.h
@@ -49,7 +49,7 @@ enum
49 ev_mouse, 49 ev_mouse,
50 ev_joystick 50 ev_joystick
51}; 51};
52typedef int evtype_t; 52typedef unsigned evtype_t;
53 53
54// Event structure. 54// Event structure.
55typedef struct 55typedef struct