mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 21:11:51 +00:00
Linux Compiler fix HAVE_MIXERX cvars
This commit is contained in:
parent
abb67d35e3
commit
5a278b5168
1 changed files with 2 additions and 0 deletions
|
|
@ -688,9 +688,11 @@ void D_RegisterClientCommands(void)
|
|||
COM_AddCommand("tunes", Command_Tunes_f);
|
||||
COM_AddCommand("restartaudio", Command_RestartAudio_f);
|
||||
CV_RegisterVar(&cv_resetmusic);
|
||||
#ifdef HAVE_MIXERX
|
||||
CV_RegisterVar(&cv_midiplayer);
|
||||
CV_RegisterVar(&cv_midisoundfontpath);
|
||||
CV_RegisterVar(&cv_miditimiditypath);
|
||||
#endif
|
||||
|
||||
// FIXME: not to be here.. but needs be done for config loading
|
||||
CV_RegisterVar(&cv_globalgamma);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue