From 765ca3a04dafe63b8803443067293ee46f53b951 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 23 Mar 2014 00:55:13 -0400 Subject: music: Add config var for external music program. Mix_SetMusicCMD() allows a program to be specified to configure an external program to be invoked for music playback. Add a config variable (snd_musiccmd) to allow this to be set from a configuration file. Thanks to Holering for his comments on Doomworld about how to do this. --- src/i_sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i_sound.h') diff --git a/src/i_sound.h b/src/i_sound.h index db00ab5c..8990e9c1 100644 --- a/src/i_sound.h +++ b/src/i_sound.h @@ -234,6 +234,7 @@ extern int snd_musicdevice; extern int snd_samplerate; extern int snd_cachesize; extern int snd_maxslicetime_ms; +extern char *snd_musiccmd; void I_BindSoundVariables(void); -- cgit v1.2.3