skins2: fix mute behaviour
The skins2 code checked for the audio volume to be zero. However the audio is muted with by caling the function aout_SetMute() or aout_ToggleMute(). Use aout_IsMuted() to test for muted audio.
Showing
Please register or sign in to comment