[Scummvm-cvs-logs] scummvm branch-1-8 -> 9b25b3a762d6f9764460d7b401a5eef085d0fc11

m-kiewitz m_kiewitz at users.sourceforge.net
Thu Feb 25 18:16:33 CET 2016


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:
9b25b3a762 AGI: Add detection for 13th Disciple 1.01 bug #7010


Commit: 9b25b3a762d6f9764460d7b401a5eef085d0fc11
    https://github.com/scummvm/scummvm/commit/9b25b3a762d6f9764460d7b401a5eef085d0fc11
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-25T18:17:16+01:00

Commit Message:
AGI: Add detection for 13th Disciple 1.01 bug #7010

Changed paths:
    engines/agi/detection_tables.h



diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 8d36419..5c3e814 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -856,6 +856,7 @@ static const AGIGameDescription gameDescriptions[] = {
 	FANMADE("Tex McPhilip 2 - Road To Divinity (v1.5)", "7387e8df854440bc26620ca0ea43af9a"),
 	FANMADE("Tex McPhilip 3 - A Destiny of Sin (Demo v0.25)", "992d12031a486ad84e592ff5d7c9d782"),
 	FANMADE("The 13th Disciple (v1.00)", "887719ad59afce9a41ec057dbb73ad73"),
+	FANMADE("The 13th Disciple (v1.01)", "58e3ec1b9ac1a79901c472aaa59db832"),
 	FANMADE("The Adventures of a Crazed Hermit", "6e3086cbb794d3299a9c5a9792295511"),
 	FANMADE("The Gourd of the Beans", "246f4d94946afb547482d44a53616d06"),
 	FANMADE("The Grateful Dead", "c2146631afacf8cb455ce24f3d2d46e7"),






More information about the Scummvm-git-logs mailing list