summaryrefslogtreecommitdiff
path: root/src/hexen/g_game.c
diff options
context:
space:
mode:
authorSimon Howard2008-10-02 18:46:11 +0000
committerSimon Howard2008-10-02 18:46:11 +0000
commit51efdd70e49a1378cc828113a3ee3997f85cdc14 (patch)
treecb360022a6f6564d9243e3e72de76a71740f3701 /src/hexen/g_game.c
parent525e8d80dfd67d4562b7a4d40e685a26b860eada (diff)
downloadchocolate-doom-51efdd70e49a1378cc828113a3ee3997f85cdc14.tar.gz
chocolate-doom-51efdd70e49a1378cc828113a3ee3997f85cdc14.tar.bz2
chocolate-doom-51efdd70e49a1378cc828113a3ee3997f85cdc14.zip
Split out high-level sound code from hexen/i_ibm.c and refactor to use
common interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1324
Diffstat (limited to 'src/hexen/g_game.c')
-rw-r--r--src/hexen/g_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/g_game.c b/src/hexen/g_game.c
index 62eb249b..6d7ba416 100644
--- a/src/hexen/g_game.c
+++ b/src/hexen/g_game.c
@@ -24,13 +24,13 @@
#include <string.h>
#include "h2def.h"
+#include "s_sound.h"
#include "doomkeys.h"
#include "i_video.h"
#include "i_system.h"
#include "i_timer.h"
#include "m_misc.h"
#include "p_local.h"
-#include "soundst.h"
#include "v_video.h"
#define AM_STARTKEY 9