From 366f45c10a632443767cbda6f7b2f3d98a60d60b Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Mon, 8 Sep 2014 10:48:56 +0200 Subject: add parser for [STRINGS] sections in BEX files --- src/deh_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/deh_main.c') diff --git a/src/deh_main.c b/src/deh_main.c index c98962a9..4ab9a8f3 100644 --- a/src/deh_main.c +++ b/src/deh_main.c @@ -175,7 +175,7 @@ static boolean CheckSignatures(deh_context_t *context) // Read the first line - line = DEH_ReadLine(context); + line = DEH_ReadLine(context, false); if (line == NULL) { @@ -244,7 +244,7 @@ static void DEH_ParseContext(deh_context_t *context) { // read a new line - line = DEH_ReadLine(context); + line = DEH_ReadLine(context, current_section == GetSectionByName("[STRINGS]")); // end of file? -- cgit v1.2.3