[Scummvm-git-logs] scummvm master -> 601e1c31e0c97fd69825edb3a3c927439d160497

tag2015 noreply at scummvm.org
Fri Jan 13 17:43:03 UTC 2023


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:
601e1c31e0 AGI: Add detection for Quest for the Toilet


Commit: 601e1c31e0c97fd69825edb3a3c927439d160497
    https://github.com/scummvm/scummvm/commit/601e1c31e0c97fd69825edb3a3c927439d160497
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-01-13T18:37:30+01:00

Commit Message:
AGI: Add detection for Quest for the Toilet

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 0550055ff8c..adc98c83f96 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -1018,6 +1018,7 @@ static const AGIGameDescription gameDescriptions[] = {
 	FANMADE("Quest for Ladies (demo v1.1 Apr 1)", "3f6e02f16e1154a0daf296c8895edd97"),
 	FANMADE("Quest for Ladies (demo v1.1 Apr 6)", "f75e7b6a0769a3fa926eea0854711591"),
 	FANMADE("Quest for Piracy 1 - Enter the Silver Pirate (v0.15)", "d23f5c2a26f6dc60c686f8a2436ea4a6"),
+	FANMADE_L("Quest for the Toilet", "402d71a73f5eb236ad569f80695d3db2", Common::IT_ITA),
 	FANMADE("Quest for a Record Deal", "f4fbd7abf056d2d3204f790da5ac89ab"),
 	FANMADE("Ralph's Quest (v0.1)", "5cf56378aa01a26ec30f25295f0750ca"),
 	FANMADE_L("Residence 44 Quest (v0.99)", "7c5cc64200660c70240053b33d379d7d", Common::NL_NLD),




More information about the Scummvm-git-logs mailing list