TITANIC: Fix brief black boxes on fires in Canal

This commit is contained in:
Paul Gilbert 2017-06-11 17:31:33 -04:00
parent 6930f2b648
commit 9c21bb9d1e

View File

@ -534,8 +534,6 @@ void OSVideoSurface::clear() {
void OSVideoSurface::playMovie(uint flags, CGameObject *obj) {
if (loadIfReady() && _movie)
_movie->play(flags, obj);
_ddSurface->fill(nullptr, 0);
}
void OSVideoSurface::playMovie(uint startFrame, uint endFrame, uint flags, CGameObject *obj) {