[Scummvm-git-logs] scummvm master -> 1b03df5313e917b19dd4820fe11638b9488f1c1e

dreammaster dreammaster at scummvm.org
Thu Jun 29 01:53:36 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:
1b03df5313 TITANIC: Fix Doorbot animation during starting cutscene


Commit: 1b03df5313e917b19dd4820fe11638b9488f1c1e
    https://github.com/scummvm/scummvm/commit/1b03df5313e917b19dd4820fe11638b9488f1c1e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-28T19:53:25-04:00

Commit Message:
TITANIC: Fix Doorbot animation during starting cutscene

Changed paths:
    engines/titanic/support/avi_surface.cpp


diff --git a/engines/titanic/support/avi_surface.cpp b/engines/titanic/support/avi_surface.cpp
index c42face..85b98e9 100644
--- a/engines/titanic/support/avi_surface.cpp
+++ b/engines/titanic/support/avi_surface.cpp
@@ -403,7 +403,7 @@ bool AVISurface::renderFrame() {
 			s->free();
 			delete s;
 		} else {
-			_videoSurface->getRawSurface()->blitFrom(frameSurface);
+			_videoSurface->getRawSurface()->transBlitFrom(frameSurface, _videoSurface->getTransparencyColor());
 		}
 
 		_videoSurface->unlock();





More information about the Scummvm-git-logs mailing list