PlayerControl: initialise attribute "border_pause"

This commit is contained in:
Max Kellermann 2013-01-15 23:21:14 +01:00
parent ae5a721df9
commit 49e79620fd

View File

@ -45,7 +45,8 @@ player_control::player_control(unsigned _buffer_chunks,
cross_fade_seconds(0),
mixramp_db(0),
mixramp_delay_seconds(std::nanf("")),
total_play_time(0)
total_play_time(0),
border_pause(false)
{
}