diff options
Diffstat (limited to 'src/doom')
-rw-r--r-- | src/doom/d_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/d_main.c b/src/doom/d_main.c index 10606161..1e9e950e 100644 --- a/src/doom/d_main.c +++ b/src/doom/d_main.c @@ -1123,7 +1123,7 @@ static void LoadIwadDeh(void) } else { - chex_deh = strdup("chex.deh"); + chex_deh = M_StringDuplicate("chex.deh"); } // If the dehacked patch isn't found, try searching the WAD |