[Scummvm-git-logs] scummvm master -> 13b0a08dda17e8ef951ab2dcb667f96c7f4bc8f8
digitall
dgturner at iee.org
Thu Oct 11 12:16:41 CEST 2018
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:
13b0a08dda AGI: Add Detection Entry for AGI Combat (Beta).
Commit: 13b0a08dda17e8ef951ab2dcb667f96c7f4bc8f8
https://github.com/scummvm/scummvm/commit/13b0a08dda17e8ef951ab2dcb667f96c7f4bc8f8
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-11T11:25:10+01:00
Commit Message:
AGI: Add Detection Entry for AGI Combat (Beta).
This fixes bug Trac #10739.
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index e602aab..238c3d7 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -659,6 +659,7 @@ static const AGIGameDescription gameDescriptions[] = {
FANMADE_FO("2 Player Demo", "4279f46b3cebd855132496476b1d2cca", GF_AGIMOUSE, GAMEOPTIONS_FANMADE_MOUSE),
FANMADE("AGI Combat", "0be6a8a9e19203dcca0067d280798871"),
+ FANMADE("AGI Combat (Beta)", "341a47d07be8490a488d0c709578dd10"),
FANMADE("AGI Contest 1 Template", "d879aed25da6fc655564b29567358ae2"),
FANMADE("AGI Contest 2 Template", "5a2fb2894207eff36c72f5c1b08bcc07"),
FANMADE_O("AGI Mouse Demo 0.60 demo 1", "c07e2519de674c67386cb2cc6f2e3904", GAMEOPTIONS_FANMADE_MOUSE),
More information about the Scummvm-git-logs
mailing list