[Scummvm-git-logs] scummvm master -> 4cc33660ecc3c31cbaccae683eb96e8636779fd6

sev- sev at scummvm.org
Tue Apr 28 23:07:27 UTC 2020


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:
4cc33660ec SLUDGE: Properly skip movie playback


Commit: 4cc33660ecc3c31cbaccae683eb96e8636779fd6
    https://github.com/scummvm/scummvm/commit/4cc33660ecc3c31cbaccae683eb96e8636779fd6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-04-29T01:07:07+02:00

Commit Message:
SLUDGE: Properly skip movie playback

Changed paths:
    engines/sludge/movie.cpp


diff --git a/engines/sludge/movie.cpp b/engines/sludge/movie.cpp
index 4fc2beeb42..7cb292df9a 100644
--- a/engines/sludge/movie.cpp
+++ b/engines/sludge/movie.cpp
@@ -953,7 +953,7 @@ int playMovie(int fileNumber) {
 
 	setPixelCoords(false);
 #endif
-	return 1;
+	return 0;
 }
 
 int stopMovie() {




More information about the Scummvm-git-logs mailing list