summaryrefslogtreecommitdiff
path: root/src/deh_main.h
diff options
context:
space:
mode:
authorSimon Howard2008-07-26 15:45:52 +0000
committerSimon Howard2008-07-26 15:45:52 +0000
commit6e8d5f118991efdc040f367b208f32219457bb39 (patch)
tree722c50adc1aeee3b1c13160f8d6a46b364725bdc /src/deh_main.h
parentfa03d0eb682e3838c4cebf62e3c24e3e6a7982b8 (diff)
downloadchocolate-doom-6e8d5f118991efdc040f367b208f32219457bb39.tar.gz
chocolate-doom-6e8d5f118991efdc040f367b208f32219457bb39.tar.bz2
chocolate-doom-6e8d5f118991efdc040f367b208f32219457bb39.zip
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
Diffstat (limited to 'src/deh_main.h')
-rw-r--r--src/deh_main.h2
1 files changed, 2 insertions, 0 deletions
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 */