CMoviePlayerGui: Initialize variables to paint subtitle

Origin commit data
------------------
Commit: 868574f50f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-20 (Fri, 20 Dec 2013)
This commit is contained in:
Michael Liebmann
2013-12-20 19:49:48 +01:00
parent e108d49e6f
commit ec25e01f05

View File

@@ -141,6 +141,11 @@ void CMoviePlayerGui::Init(void)
timeshift = 0;
numpida = 0;
showStartingHint = false;
min_x = 0;
max_x = 0;
min_y = 0;
max_y = 0;
}
void CMoviePlayerGui::cutNeutrino()