[Scummvm-git-logs] scummvm branch-2-7 -> 1c665fb6aaf654e2745eab1fbc08dc4053955c99

neuromancer noreply at scummvm.org
Wed Mar 22 20:09:23 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:
1c665fb6aa HYPNO: allow to use click to skip some screens


Commit: 1c665fb6aaf654e2745eab1fbc08dc4053955c99
    https://github.com/scummvm/scummvm/commit/1c665fb6aaf654e2745eab1fbc08dc4053955c99
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2023-03-22T21:10:50+01:00

Commit Message:
HYPNO: allow to use click to skip some screens

Changed paths:
    engines/hypno/wet/arcade.cpp


diff --git a/engines/hypno/wet/arcade.cpp b/engines/hypno/wet/arcade.cpp
index e090d64b523..cc26695a51a 100644
--- a/engines/hypno/wet/arcade.cpp
+++ b/engines/hypno/wet/arcade.cpp
@@ -442,6 +442,7 @@ void WetEngine::runAfterArcade(ArcadeShooting *arc) {
 				case Common::EVENT_RETURN_TO_LAUNCHER:
 					break;
 
+				case Common::EVENT_LBUTTONDOWN:
 				case Common::EVENT_KEYDOWN:
 					bonusCounter = _bonus;
 					drawString("scifi08.fgx", Common::String::format("%-20s = %3d pts", "BONUS", _bonus), 60, 116, 0, c);
@@ -592,6 +593,7 @@ void WetEngine::runBeforeArcade(ArcadeShooting *arc) {
 				case Common::EVENT_RETURN_TO_LAUNCHER:
 					break;
 
+				case Common::EVENT_LBUTTONDOWN:
 				case Common::EVENT_KEYDOWN:
 					if (showedBriefing) {
 						endedBriefing = true;




More information about the Scummvm-git-logs mailing list