misc variable init fixes

This commit is contained in:
Stefan Seyfried
2012-03-24 00:45:39 +01:00
parent 40532a9d67
commit 3189f7fdc4
4 changed files with 6 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ CInfoViewer::CInfoViewer ()
hddscale = NULL;
varscale = NULL;
timescale = NULL;
info_CurrentNext.current_zeit.startzeit = 0;
info_CurrentNext.current_zeit.dauer = 0;
info_CurrentNext.flags = 0;
Init();
}