HYPNO: allow to use click to skip some screens
This commit is contained in:
parent
8141ee1cbb
commit
1c665fb6aa
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue