diff options
Diffstat (limited to 'src/i_sound.c')
-rw-r--r-- | src/i_sound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i_sound.c b/src/i_sound.c index 73442cbd..03a9facc 100644 --- a/src/i_sound.c +++ b/src/i_sound.c @@ -68,6 +68,7 @@ extern music_module_t music_opl_module; extern opl_driver_ver_t opl_drv_ver; extern int opl_io_port; +extern int opl_type; // For native music module: @@ -446,6 +447,7 @@ void I_BindSoundVariables(void) M_BindIntVariable("snd_samplerate", &snd_samplerate); M_BindIntVariable("snd_cachesize", &snd_cachesize); M_BindIntVariable("opl_io_port", &opl_io_port); + M_BindIntVariable("opl_type", &opl_type); M_BindStringVariable("timidity_cfg_path", &timidity_cfg_path); M_BindStringVariable("gus_patch_path", &gus_patch_path); |