Commit 0bfd0a53 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix missing initialization

parent bc496caa
...@@ -784,6 +784,8 @@ void VlcProc::init_variables() ...@@ -784,6 +784,8 @@ void VlcProc::init_variables()
SET_VOLUME( m_cVarVolume, var_GetFloat( pPlaylist, "volume" ), false ); SET_VOLUME( m_cVarVolume, var_GetFloat( pPlaylist, "volume" ), false );
SET_BOOL( m_cVarMute, var_GetBool( pPlaylist, "mute" ) ); SET_BOOL( m_cVarMute, var_GetBool( pPlaylist, "mute" ) );
SET_BOOL( m_cVarStopped, true );
update_equalizer(); update_equalizer();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment