summaryrefslogtreecommitdiff
path: root/src/KingSystem/Sound/sndMusicDefinition.cpp
AgeCommit message (Collapse)Author
2021-07-13ksys/snd: Fix matching issues in MusicDefinitionLéo Lam
The wrong overload of agl::utl::Parameter::init was being used. The one that only takes a name will use the name string for the label as well; this is not what the original function does, as the label for all the parameters is set to "" (the empty string).
2021-07-13ksys/snd: Add MusicDefinitionMonsterDruide1