[Scummvm-git-logs] scummvm master -> 31122b11871d6ec5101db1e4ce5efcfe8493bccf

Marisa-Chan noreply at scummvm.org
Wed Mar 11 05:17:58 UTC 2026


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:
31122b1187 GAMOS: Fix Structurally dead code CID 1645144


Commit: 31122b11871d6ec5101db1e4ce5efcfe8493bccf
    https://github.com/scummvm/scummvm/commit/31122b11871d6ec5101db1e4ce5efcfe8493bccf
Author: Marisa-Chan (thunder_8888 at mail.ru)
Date: 2026-03-11T12:17:49+07:00

Commit Message:
GAMOS: Fix Structurally dead code CID 1645144

Changed paths:
    engines/gamos/movie.cpp


diff --git a/engines/gamos/movie.cpp b/engines/gamos/movie.cpp
index d5a54edadc4..0ba6b53bee6 100644
--- a/engines/gamos/movie.cpp
+++ b/engines/gamos/movie.cpp
@@ -124,8 +124,6 @@ bool MoviePlayer::playMovie(Common::File *file, uint32 offset, GamosEngine *gamo
 			}
 		}
 	}
-
-	return deinit();
 }
 
 bool MoviePlayer::error() {




More information about the Scummvm-git-logs mailing list