summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2006-06-18 22:54:48 +0000
committerSimon Howard2006-06-18 22:54:48 +0000
commit87cbe9dbbe6a0921f89e08d79b87fad7aec37cd8 (patch)
tree80fbaaeec9a929128957de0df5439554b0577515
parent77e5d2063724defc57b60599d27f1e7488463f69 (diff)
downloadchocolate-doom-87cbe9dbbe6a0921f89e08d79b87fad7aec37cd8.tar.gz
chocolate-doom-87cbe9dbbe6a0921f89e08d79b87fad7aec37cd8.tar.bz2
chocolate-doom-87cbe9dbbe6a0921f89e08d79b87fad7aec37cd8.zip
Add deh_section_sound to dehacked sections list (thanks to rpeter on the
dw forums). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 559
-rw-r--r--src/deh_main.c3
1 files changed, 2 insertions, 1 deletions
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,