[Scummvm-git-logs] scummvm master -> b1d37b90531dac3e421dc53159a9afded2114f83

mduggan noreply at scummvm.org
Mon Mar 10 07:30:37 UTC 2025


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:
b1d37b9053 DGDS: Return to train map when skipping train arcade


Commit: b1d37b90531dac3e421dc53159a9afded2114f83
    https://github.com/scummvm/scummvm/commit/b1d37b90531dac3e421dc53159a9afded2114f83
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-03-10T18:29:25+11:00

Commit Message:
DGDS: Return to train map when skipping train arcade

This avoids a debug box asking us what ending we want.

This fixes #15784.

Changed paths:
    engines/dgds/menu.cpp


diff --git a/engines/dgds/menu.cpp b/engines/dgds/menu.cpp
index fe08fbc0e7a..a4b015e32f2 100644
--- a/engines/dgds/menu.cpp
+++ b/engines/dgds/menu.cpp
@@ -740,7 +740,7 @@ bool Menu::handleClick(const Common::Point &mouse) {
 		if (currentScene == 73)
 			engine->changeScene(12);	// skip tank mini-game
 		else if (currentScene == 84)
-			engine->changeScene(106);	// skip train mini-game
+			engine->changeScene(57);	// skip train mini-game, return to travel map
 		break;
 	case kMenuTankTrainPlayArcade:
 		if (currentScene == 73) {




More information about the Scummvm-git-logs mailing list