[Scummvm-git-logs] scummvm branch-2-9 -> f7c22191de7dca27e411c78f7d8b9ff6a909eb04

mgerhardy noreply at scummvm.org
Wed May 7 07:34:18 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
f7c22191de Revert "TWINE: LBA: Exiting back to launcher from 2:21 logo screen throws Assertion Failure"


Commit: f7c22191de7dca27e411c78f7d8b9ff6a909eb04
    https://github.com/scummvm/scummvm/commit/f7c22191de7dca27e411c78f7d8b9ff6a909eb04
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2025-05-07T09:33:58+02:00

Commit Message:
Revert "TWINE: LBA: Exiting back to launcher from 2:21 logo screen throws Assertion Failure"

This reverts commit 5756a30b16b108e0d014d2a02740eecd6d3923f7.

Changed paths:
    engines/twine/movies.cpp


diff --git a/engines/twine/movies.cpp b/engines/twine/movies.cpp
index 826444a9dcf..b566b923759 100644
--- a/engines/twine/movies.cpp
+++ b/engines/twine/movies.cpp
@@ -458,10 +458,7 @@ bool Movies::playMovie(const char *name) { // PlayAnimFla
 		warning("Unsupported fla version: %u, %s", version, fileNamePath.c_str());
 	}
 
-	// this might happen if the movie was interrupted before it even started to load the palette.
-	if (!_paletteOrg.empty()) {
-		_engine->_screens->fadeToBlack(_paletteOrg);
-	}
+	_engine->_screens->fadeToBlack(_paletteOrg);
 
 	_engine->_sound->stopSamples();
 	_engine->_screens->setBlackPal();




More information about the Scummvm-git-logs mailing list