gui/movieplayer.cpp: mark auto-screenshot as done in any case,

if one try fail, next will probably fail anyway


Origin commit data
------------------
Commit: 653d196e16
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
This commit is contained in:
[CST] Focus
2015-09-17 12:40:31 +03:00
parent cc5ac2899a
commit bf1d9362ac

View File

@@ -2151,4 +2151,6 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
} }
} }
sc->Start(); sc->Start();
if (autoshot)
autoshot_done = true;
} }