Skip to content

Commit

Permalink
Fixed: Initialize CApplication::m_volumeLevel with VOLUME_MAXIMUM, no…
Browse files Browse the repository at this point in the history
…t with

hardcoded numeric value.
  • Loading branch information
ksooo committed Jul 22, 2014
1 parent 6ef09d3 commit 1734423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ CApplication::CApplication(void)
m_bTestMode = false;

m_muted = false;
m_volumeLevel = 1.0f;
m_volumeLevel = VOLUME_MAXIMUM;
}

CApplication::~CApplication(void)
Expand Down

0 comments on commit 1734423

Please sign in to comment.