[Scummvm-git-logs] scummvm master -> 552ea788ce20d9c7955d58bb80337600d23d35be

neuromancer noreply at scummvm.org
Sun Jan 23 12:10:14 UTC 2022


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:
552ea788ce HYPNO: fix incorrect video filename in spider


Commit: 552ea788ce20d9c7955d58bb80337600d23d35be
    https://github.com/scummvm/scummvm/commit/552ea788ce20d9c7955d58bb80337600d23d35be
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-01-23T13:10:15+01:00

Commit Message:
HYPNO: fix incorrect video filename in spider

Changed paths:
    engines/hypno/spider/spider.cpp


diff --git a/engines/hypno/spider/spider.cpp b/engines/hypno/spider/spider.cpp
index 91693d95685..daf94dcac22 100644
--- a/engines/hypno/spider/spider.cpp
+++ b/engines/hypno/spider/spider.cpp
@@ -868,12 +868,12 @@ void SpiderEngine::loadAssetsFullGame() {
 
 	Transition *over_hob_vul = new Transition("tryagain.mi_");
 	over_hob_vul->intros.push_back("spider/cine/dals001a.smk");
-	over_hob_vul->intros.push_back("spider/cine/apts001a.smk");
+	over_hob_vul->intros.push_back("spider/cine/apts001s.smk");
 	_levels["<over_hob_vul>"] = over_hob_vul;
 
 	Transition *over_hob2 = new Transition("tryagain.mi_");
 	over_hob2->intros.push_back("spider/cine/ctss01as.smk");
-	over_hob2->intros.push_back("spider/cine/apts001a.smk");
+	over_hob2->intros.push_back("spider/cine/apts001s.smk");
 	_levels["<over_hob2>"] = over_hob2;
 
 	Transition *over_gas = new Transition("tryagain.mi_");




More information about the Scummvm-git-logs mailing list