mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-29 15:32:54 +00:00
- fixed selection of system MIDI device on startup
https://forum.zdoom.org/viewtopic.php?t=66150
This commit is contained in:
parent
230da2e2b9
commit
c3dc8ea837
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ CCMD (snd_listmididevices)
|
|||
#endif
|
||||
|
||||
|
||||
CUSTOM_CVAR (Int, snd_mididevice, DEF_MIDIDEV, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
||||
CUSTOM_CVAR (Int, snd_mididevice, DEF_MIDIDEV, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOINITCALL)
|
||||
{
|
||||
if ((self >= (signed)nummididevices) || (self < -8))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue