summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/am_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/am_map.c')
-rw-r--r--apps/plugins/doom/am_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/am_map.c b/apps/plugins/doom/am_map.c
index eb4e13279e..ff74e9938f 100644
--- a/apps/plugins/doom/am_map.c
+++ b/apps/plugins/doom/am_map.c
@@ -194,7 +194,7 @@ int ddt_cheating = 0; // killough 2/7/98: make global, rename to ddt_*
194 194
195static int leveljuststarted = 1; // kluge until AM_LevelInit() is called 195static int leveljuststarted = 1; // kluge until AM_LevelInit() is called
196 196
197enum automapmode_e automapmode; // Mode that the automap is in 197automapmode_e automapmode; // Mode that the automap is in
198 198
199// location of window on screen 199// location of window on screen
200static int f_x; 200static int f_x;