[Scummvm-git-logs] scummvm master -> 9c21bb9d1e175022dc6372a3237f7494768618d3
dreammaster
dreammaster at scummvm.org
Sun Jun 11 23:31:43 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9c21bb9d1e TITANIC: Fix brief black boxes on fires in Canal
Commit: 9c21bb9d1e175022dc6372a3237f7494768618d3
https://github.com/scummvm/scummvm/commit/9c21bb9d1e175022dc6372a3237f7494768618d3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-11T17:31:33-04:00
Commit Message:
TITANIC: Fix brief black boxes on fires in Canal
Changed paths:
engines/titanic/support/video_surface.cpp
diff --git a/engines/titanic/support/video_surface.cpp b/engines/titanic/support/video_surface.cpp
index d5395fb..790736d 100644
--- a/engines/titanic/support/video_surface.cpp
+++ b/engines/titanic/support/video_surface.cpp
@@ -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) {
More information about the Scummvm-git-logs
mailing list