summaryrefslogtreecommitdiff
path: root/src/p_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_map.c')
-rw-r--r--src/p_map.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/p_map.c b/src/p_map.c
index 4b5eac96..9f52aa13 100644
--- a/src/p_map.c
+++ b/src/p_map.c
@@ -1379,6 +1379,13 @@ static void SpechitOverrun(line_t *ld)
// what base address we are going to use.
// Allow a spechit value to be specified on the command line.
+ //!
+ // @category compat
+ // @arg <n>
+ //
+ // Use the specified magic value when emulating spechit overruns.
+ //
+
p = M_CheckParm("-spechit");
if (p > 0)