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/doom/deh_doom.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/doom/deh_doom.c') diff --git a/src/doom/deh_doom.c b/src/doom/deh_doom.c index a8a7d28f..fc5cafd1 100644 --- a/src/doom/deh_doom.c +++ b/src/doom/deh_doom.c @@ -44,6 +44,8 @@ extern deh_section_t deh_section_text; extern deh_section_t deh_section_thing; // deh_weapon.c: extern deh_section_t deh_section_weapon; +// deh_bexstr.c: +extern deh_section_t deh_section_bexstr; // // List of section types: @@ -60,6 +62,7 @@ deh_section_t *deh_section_types[] = &deh_section_text, &deh_section_thing, &deh_section_weapon, + &deh_section_bexstr, NULL }; -- cgit v1.2.3