[Scummvm-git-logs] scummvm master -> 818797fc96fbb73009db0c36b8f5075b27485448
neuromancer
noreply at scummvm.org
Wed Feb 1 12:13:19 UTC 2023
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:
818797fc96 HYPNO: finish level c30 when all the objectives are complete in wet
Commit: 818797fc96fbb73009db0c36b8f5075b27485448
https://github.com/scummvm/scummvm/commit/818797fc96fbb73009db0c36b8f5075b27485448
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2023-02-01T13:14:36+01:00
Commit Message:
HYPNO: finish level c30 when all the objectives are complete in wet
Changed paths:
engines/hypno/wet/arcade.cpp
diff --git a/engines/hypno/wet/arcade.cpp b/engines/hypno/wet/arcade.cpp
index 189ebce1c47..e090d64b523 100644
--- a/engines/hypno/wet/arcade.cpp
+++ b/engines/hypno/wet/arcade.cpp
@@ -216,7 +216,8 @@ void WetEngine::findNextSegment(ArcadeShooting *arc) {
_segmentOffset = 8;
_segmentRepetition = 0;
_segmentShootSequenceOffset = 8;
- }
+ } else if (_arcadeMode == "Y3")
+ _skipLevel = true;
} else {
_loseLevel = true;
return;
More information about the Scummvm-git-logs
mailing list