[Scummvm-git-logs] scummvm branch-2-9 -> 52c98292fbf654366227404f9f59ac78ba7ca38c

sev- noreply at scummvm.org
Mon Dec 2 22:21:50 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:
52c98292fb QDENGINE: Added support for Polish 3mice2. Bug #15526


Commit: 52c98292fbf654366227404f9f59ac78ba7ca38c
    https://github.com/scummvm/scummvm/commit/52c98292fbf654366227404f9f59ac78ba7ca38c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-02T23:21:35+01:00

Commit Message:
QDENGINE: Added support for Polish 3mice2. Bug #15526

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 7fc654d3af0..25e8453881a 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -163,8 +163,8 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 			"demo1.exe", "ffe20c2dbb131b01fccc1211a41e76e7", 962560),
 
 	// Były Sobie Myszki Trzy: Urodzinowe Śledztwo
-	//GAMEl("3mice2", "???", 10022470,
-	//		"qd_game.exe", "???", 917504, Common::PL_POL),
+	GAMEl("3mice2", "9128a0d801e547cb651c5fc7e09bee04", 8182142,
+			"qd_game.exe", "ffe20c2dbb131b01fccc1211a41e76e7", 962560, Common::PL_POL),
 
 	{ // Demo2, original
 	  // Video is in MP4 format which is not supported




More information about the Scummvm-git-logs mailing list