fix: complete retail parity stability pass
This commit is contained in:
parent
d3df4cb20a
commit
f7aa8e0eb7
131 changed files with 7765 additions and 1190 deletions
|
|
@ -74,6 +74,11 @@ foreach (var root in roots)
|
|||
case SoundHook sh:
|
||||
Console.WriteLine($"{head} sound=0x{(uint)sh.Id:X8}");
|
||||
break;
|
||||
case SoundTweakedHook tweaked:
|
||||
Console.WriteLine(
|
||||
$"{head} sound=0x{(uint)tweaked.SoundId:X8} " +
|
||||
$"volume={tweaked.Volume:R} priority={tweaked.Priority:R}");
|
||||
break;
|
||||
case SoundTableHook stb:
|
||||
Console.WriteLine($"{head} soundType={stb.SoundType}");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue