From 87cbe9dbbe6a0921f89e08d79b87fad7aec37cd8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 18 Jun 2006 22:54:48 +0000 Subject: Add deh_section_sound to dehacked sections list (thanks to rpeter on the dw forums). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 559 --- src/deh_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/deh_main.c b/src/deh_main.c index 3dd95ec5..81eb960d 100644 --- a/src/deh_main.c +++ b/src/deh_main.c @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: deh_main.c 214 2005-10-17 23:48:05Z fraggle $ +// $Id: deh_main.c 559 2006-06-18 22:54:48Z fraggle $ // // Copyright(C) 2005 Simon Howard // @@ -101,6 +101,7 @@ static deh_section_t *section_types[] = &deh_section_frame, &deh_section_misc, &deh_section_pointer, + &deh_section_sound, &deh_section_text, &deh_section_thing, &deh_section_weapon, -- cgit v1.2.3