summaryrefslogtreecommitdiff
path: root/src/deh_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_io.c')
-rw-r--r--src/deh_io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/deh_io.c b/src/deh_io.c
index 46f4c9fb..fa02aa2e 100644
--- a/src/deh_io.c
+++ b/src/deh_io.c
@@ -28,7 +28,6 @@
#include "deh_defs.h"
#include "deh_io.h"
-#include "deh_main.h"
typedef enum
{
@@ -251,7 +250,7 @@ char *DEH_ReadLine(deh_context_t *context, boolean extended)
}
// extended string support
- if (deh_allow_extended_strings && extended && c == '\\')
+ if (extended && c == '\\')
{
c = DEH_GetChar(context);