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

sev- noreply at scummvm.org
Thu May 29 23:25:51 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:
a904e0b56a QDENGINE: Fix dogncat game titles


Commit: a904e0b56ae8a8d01d82a303bf2cc4f37ebca6db
    https://github.com/scummvm/scummvm/commit/a904e0b56ae8a8d01d82a303bf2cc4f37ebca6db
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-05-30T01:25:42+02:00

Commit Message:
QDENGINE: Fix dogncat game titles

Changed paths:
    engines/qdengine/detection_tables.h


diff --git a/engines/qdengine/detection_tables.h b/engines/qdengine/detection_tables.h
index cddc513f284..37ea04d8991 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: Island of Dr Ratiarty" }, // Агентство "КотоПес": Остров доктора Крысарди
-	{ "dogncat2", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // Агентство "КотоПес": По следам невиданных зверей
+	{ "dogncat", "Dog-n-cat: In the Footsteps of Unprecedented Beasts" }, // Агентство "КотоПес": По следам невиданных зверей
+	{ "dogncat2", "Dog-n-cat: Island of Dr Ratiarty" }, // Агентство "КотоПес": Остров доктора Крысарди
 
 	{ 0, 0 }
 };
@@ -195,14 +195,14 @@ const ADGameDescription GAME_DESCRIPTIONS[] = {
 
 #undef SUPPORT_STATUS
 #define SUPPORT_STATUS ADGF_UNSTABLE
-	// Агентство "КотоПес": Остров доктора Крысарди
-	// 2008/09/19 KD Vision Games
-	GAME("dogncat", "c250f79a8e404b13a588e6a03e3a6d20", 10483617,
-			"qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
-
 	// Агентство "КотоПес": По следам невиданных зверей
 	// 2008/03/21 KD Vision Games
-	GAME("dogncat2", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+	GAME("dogncat", "db4e0081fdaf575e82910cf7399cef62", 17759363,
+			"qd_game.exe", "ed659f0fc79e772f1f1ff8107fa94dea", 962560),
+
+	// Агентство "КотоПес": Остров доктора Крысарди
+	// 2008/09/19 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