mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-31 12:50:48 +00:00
- fixed bad return for zmusic_wildmidi_config change.
This commit is contained in:
parent
ecad4aaf06
commit
4c223a7de7
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ DLL_EXPORT zmusic_bool ChangeMusicSettingString(EStringConfigKey key, MusInfo* c
|
|||
#ifdef HAVE_WILDMIDI
|
||||
case zmusic_wildmidi_config:
|
||||
wildMidiConfig.config = value;
|
||||
return devType() == MDEV_TIMIDITY;
|
||||
return devType() == MDEV_WILDMIDI;
|
||||
#endif
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue