ksys/snd: Fix matching issues in MusicDefinition

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).
This commit is contained in:
Léo Lam
2021-07-13 14:30:28 +02:00
parent 1322b57b55
commit ec59fe675b
2 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -86097,7 +86097,7 @@
0x0000007101014450,sub_7101014450,24,
0x0000007101014468,sub_7101014468,52,
0x000000710101449c,registerBmscdefEntryFactory,392,
0x0000007101014624,ResourceBmscdef::doCreate,1716,_ZN4ksys3snd15MusicDefinition9doCreate_EPhjPN4sead4HeapE!
0x0000007101014624,ResourceBmscdef::doCreate,1716,_ZN4ksys3snd15MusicDefinition9doCreate_EPhjPN4sead4HeapE
0x0000007101014cd8,sub_7101014CD8,324,_ZNK4ksys3snd15MusicDefinition19getMusicIndexByNameERKN4sead14SafeStringBaseIcEE
0x0000007101014e1c,sub_7101014E1C,364,_ZNK4ksys3snd15MusicDefinition22getMusicCategoryByNameERKN4sead14SafeStringBaseIcEE
0x0000007101014f88,sub_7101014F88,316,_ZNK4ksys3snd15MusicDefinition30getPriorityValueByCategoryNameERKN4sead14SafeStringBaseIcEE
Can't render this file because it is too large.