[Scummvm-git-logs] scummvm master -> 207d2e564e3ec811ba8816798f00f8424c576456

sev- noreply at scummvm.org
Wed Oct 16 12:49:33 UTC 2024


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:
207d2e564e QDENGINE: Plugged in 3Mice2_raskr2-4.dll


Commit: 207d2e564e3ec811ba8816798f00f8424c576456
    https://github.com/scummvm/scummvm/commit/207d2e564e3ec811ba8816798f00f8424c576456
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-16T14:49:09+02:00

Commit Message:
QDENGINE: Plugged in 3Mice2_raskr2-4.dll

Changed paths:
    engines/qdengine/qdcore/qd_minigame.cpp


diff --git a/engines/qdengine/qdcore/qd_minigame.cpp b/engines/qdengine/qdcore/qd_minigame.cpp
index 7ec1a96b3fe..c86ed833768 100644
--- a/engines/qdengine/qdcore/qd_minigame.cpp
+++ b/engines/qdengine/qdcore/qd_minigame.cpp
@@ -356,13 +356,18 @@ bool qdMiniGame::load_interface() {
 		} else if (_dll_name == "DLL\\3Mice2_raskr1.dll") {
 			_interface = new qd3mice2RaskrAllMiniGame(1);
 			return true;
+		} else if (_dll_name == "DLL\\3Mice2_raskr2.dll") {
+			_interface = new qd3mice2RaskrAllMiniGame(2);
+			return true;
+		} else if (_dll_name == "DLL\\3Mice2_raskr3.dll") {
+			_interface = new qd3mice2RaskrAllMiniGame(3);
+			return true;
+		} else if (_dll_name == "DLL\\3Mice2_raskr4.dll") {
+			_interface = new qd3mice2RaskrAllMiniGame(4);
+			return true;
 		} else if (_dll_name == "DLL\\3Mice2_babochka.dll") {
 			_interface = new qd3mice2BabochkaMiniGame();
 			return true;
-		// 3Mice2_raskr1.dll
-		// 3Mice2_raskr2.dll
-		// 3Mice2_raskr3.dll
-		// 3Mice2_raskr4.dll
 
 		// dogncat
 		// scores.dll




More information about the Scummvm-git-logs mailing list