fixed a bug in switchtimers

This commit is contained in:
louis 2014-01-19 16:42:04 +01:00
parent fcb664da93
commit a65fca41d8
1 changed files with 2 additions and 2 deletions

View File

@ -1036,8 +1036,8 @@ cRecMenuSearchTimerNothingFound::cRecMenuSearchTimerNothingFound(std::string sea
// --- cRecMenuSwitchTimer ---------------------------------------------------------
cRecMenuSwitchTimer::cRecMenuSwitchTimer(void) {
int switchMinsBefore = 2;
int announceOnly = 0;
switchMinsBefore = 2;
announceOnly = 0;
SetWidthPercent(60);