[Scummvm-git-logs] scummvm master -> 6ad115f558bbbc074e56e067ab33c4c6f944d4cd
neuromancer
noreply at scummvm.org
Tue Apr 12 21:50:29 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:
6ad115f558 HYPNO: quit when finish level in wet demo
Commit: 6ad115f558bbbc074e56e067ab33c4c6f944d4cd
https://github.com/scummvm/scummvm/commit/6ad115f558bbbc074e56e067ab33c4c6f944d4cd
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-04-12T23:50:58+02:00
Commit Message:
HYPNO: quit when finish level in wet demo
Changed paths:
engines/hypno/wet/wet.cpp
diff --git a/engines/hypno/wet/wet.cpp b/engines/hypno/wet/wet.cpp
index a9c76703460..0f44d399007 100644
--- a/engines/hypno/wet/wet.cpp
+++ b/engines/hypno/wet/wet.cpp
@@ -229,7 +229,7 @@ void WetEngine::loadAssetsPCG() {
intro->frameNumber = 0;
_levels["<start>"] = intro;
- loadArcadeLevel("c31.mis", "<quit>", "<check_lives>", "");
+ loadArcadeLevel("c31.mis", "<quit>", "<quit>", "");
Transition *over = new Transition("<quit>");
over->intros.push_back("g.s");
More information about the Scummvm-git-logs
mailing list