shithub: choc

Download patch

ref: 87cbe9dbbe6a0921f89e08d79b87fad7aec37cd8
parent: 77e5d2063724defc57b60599d27f1e7488463f69
author: Simon Howard <[email protected]>
date: Sun Jun 18 18:54:48 EDT 2006

Add deh_section_sound to dehacked sections list (thanks to rpeter on the 
dw forums).

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 559

--- 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 @@
     &deh_section_frame,
     &deh_section_misc,
     &deh_section_pointer,
+    &deh_section_sound,
     &deh_section_text,
     &deh_section_thing,
     &deh_section_weapon,