summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2008-10-08 19:01:35 +0000
committerSimon Howard2008-10-08 19:01:35 +0000
commita045c30915db2d722d9fa51004cca726df39b6f1 (patch)
tree1a6a9be08d0569eb5e73246fc84351467140725b /src
parent066b90fc207b8f09e53021f18f8059ae5af40fc5 (diff)
downloadchocolate-doom-a045c30915db2d722d9fa51004cca726df39b6f1.tar.gz
chocolate-doom-a045c30915db2d722d9fa51004cca726df39b6f1.tar.bz2
chocolate-doom-a045c30915db2d722d9fa51004cca726df39b6f1.zip
Remove unused tsm_ID reference.
Subversion-branch: /branches/raven-branch Subversion-revision: 1340
Diffstat (limited to 'src')
-rw-r--r--src/hexen/s_sound.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/hexen/s_sound.c b/src/hexen/s_sound.c
index a0f044e7..5588ec05 100644
--- a/src/hexen/s_sound.c
+++ b/src/hexen/s_sound.c
@@ -822,13 +822,9 @@ void S_SetMusicVolume(void)
void S_ShutDown(void)
{
- extern int tsm_ID;
- if (tsm_ID != -1)
- {
- I_StopSong();
- I_UnRegisterSong(RegisteredSong);
- I_ShutdownSound();
- }
+ I_StopSong();
+ I_UnRegisterSong(RegisteredSong);
+ I_ShutdownSound();
if (i_CDMusic)
{
I_CDMusStop();