From 6e8d5f118991efdc040f367b208f32219457bb39 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 26 Jul 2008 15:45:52 +0000 Subject: Allow magic comments in dehacked files that disable the DOS dehacked text replacement limit, so that we can use a dehacked patch to emulate chex.exe. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1158 --- src/deh_main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/deh_main.h') diff --git a/src/deh_main.h b/src/deh_main.h index b1460a07..de6e8296 100644 --- a/src/deh_main.h +++ b/src/deh_main.h @@ -58,5 +58,7 @@ char *DEH_String(char *s); #endif +extern boolean deh_allow_long_strings; + #endif /* #ifndef DEH_MAIN_H */ -- cgit v1.2.3