summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/doomstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/doomstat.h')
-rw-r--r--apps/plugins/doom/doomstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doomstat.h b/apps/plugins/doom/doomstat.h
index a89a4e547f..089f93b356 100644
--- a/apps/plugins/doom/doomstat.h
+++ b/apps/plugins/doom/doomstat.h
@@ -59,7 +59,7 @@ enum {
59 am_follow = 8, // keep the player centred 59 am_follow = 8, // keep the player centred
60 am_grid =16, // show grid 60 am_grid =16, // show grid
61}; 61};
62typedef int automapmode_e; 62typedef unsigned automapmode_e;
63extern automapmode_e automapmode; // Mode that the automap is in 63extern automapmode_e automapmode; // Mode that the automap is in
64 64
65// ----------------------------------------------------- 65// -----------------------------------------------------