Skip to content

Handle empty music lump name on music change

sphere requested to merge itallreturnstonothing into next

I'm not 100% sure how fading music to nothing worked prior to !2061 (merged), but now music changing/fading will still occur when the music lump argument is either empty or -. The latter was added because UZB doesn't really allow for completely clearing a string argument, unlike the texture fields that ZB abused for this purpose.

Merge request reports