mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed debugger visualization for FSoundID
This commit is contained in:
parent
3cb571c1d5
commit
194dd3e4cf
1 changed files with 2 additions and 1 deletions
|
@ -76,8 +76,9 @@
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="FSoundID">
|
<Type Name="FSoundID">
|
||||||
|
<DisplayString Condition="soundEngine == nullptr"><No Sound Engine></DisplayString>
|
||||||
<DisplayString Condition="ID == 0"><None></DisplayString>
|
<DisplayString Condition="ID == 0"><None></DisplayString>
|
||||||
<DisplayString Condition="ID != 0">{S_sfx[ID].name}</DisplayString>
|
<DisplayString Condition="ID != 0">{soundEngine->S_sfx[ID].name}</DisplayString>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
</AutoVisualizer>
|
</AutoVisualizer>
|
||||||
|
|
Loading…
Reference in a new issue