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

sev- noreply at scummvm.org
Tue May 27 22:08:21 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
a404c7c23f Revert "QDENGINE: Swapped dogncat and dogncat2 targets"


Commit: a404c7c23f1a4cf220251a7527e0b61004b9c491
    https://github.com/scummvm/scummvm/commit/a404c7c23f1a4cf220251a7527e0b61004b9c491
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-05-28T00:08:05+02:00

Commit Message:
Revert "QDENGINE: Swapped dogncat and dogncat2 targets"

This reverts commit cf7b01673438ac5e7364a298529466ec171be27d.

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index 61d0302bf20..5855ca53679 100644
--- a/engines/qdengine/detection_tables.h
+++ b/engines/qdengine/detection_tables.h
@@ -36,8 +36,8 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "shveik", "The Adventures of the Good Soldier Schweik" }, // Похождения бравого солдата Швейка
 	{ "klepa", "Klepa: Symbolic Rivets" },  // Клёпа: Символические Заклепки
 	{ "3mice2", "Marvellous Mice Adventures: Sea Rat's Birthday" }, // Три маленькие белые мышки. День рождения морской крысы
-	{ "dogncat", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // Агентство "КотоПес": По следам невиданных зверей
-	{ "dogncat2", "Dog-n-cat: Island of Dr Ratiarty" }, // Агентство "КотоПес": Остров доктора Крысарди
+	{ "dogncat", "Dog-n-cat: Island of Dr Ratiarty" }, // Агентство "КотоПес": Остров доктора Крысарди
+	{ "dogncat2", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // Агентство "КотоПес": По следам невиданных зверей
 
 	{ 0, 0 }
 };
@@ -195,14 +195,14 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 
 #undef SUPPORT_STATUS
 #define SUPPORT_STATUS ADGF_UNSTABLE
-	// Агентство "КотоПес": По следам невиданных зверей
-	// 2008/03/21 KD Vision Games
-	GAME("dogncat", "c250f79a8e404b13a588e6a03e3a6d20", 10483617,
-			"qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
-
 	// Агентство "КотоПес": Остров доктора Крысарди
 	// 2008/09/19 KD Vision Games
-	GAME("dogncat2", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+	GAME("dogncat", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+			"qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
+
+	// Агентство "КотоПес": По следам невиданных зверей
+	// 2008/03/21 KD Vision Games
+	GAME("dogncat2", "c250f79a8e404b13a588e6a03e3a6d20", 10483617,
 			"qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
 
 	AD_TABLE_END_MARKER




More information about the Scummvm-git-logs mailing list