From 5f3eb6fee3165a44ca032c9642130dddb2128e1d Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Thu, 11 Sep 2014 12:37:28 +0200 Subject: improvements to the [STRINGS] section parser - restructure DEH_ReadLine() to avoid use of "goto" - bex_string_t type name ends in "_t" - declare constant table as "static const" - add magic comment *allow-extended-strings* and corresponding variable deh_allow_extended_strings - fix logical error when no [STRINGS] section is registered to which corrent_section could be compared --- src/deh_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/deh_main.h') diff --git a/src/deh_main.h b/src/deh_main.h index 9689d1c2..4b3f9d8a 100644 --- a/src/deh_main.h +++ b/src/deh_main.h @@ -39,6 +39,7 @@ boolean DEH_ParseAssignment(char *line, char **variable_name, char **value); void DEH_Checksum(sha1_digest_t digest); +extern boolean deh_allow_extended_strings; extern boolean deh_allow_long_strings; extern boolean deh_allow_long_cheats; extern boolean deh_apply_cheats; -- cgit v1.2.3