[Scummvm-cvs-logs] scummvm master -> 06e88662d92bc60a5f04a81ac44534a1c1fa8163

clone2727 clone2727 at gmail.com
Tue Mar 1 04:23:14 CET 2011


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:
06e88662d9 AGI: Add detection for the 'AGI Combat' fan game


Commit: 06e88662d92bc60a5f04a81ac44534a1c1fa8163
    https://github.com/scummvm/scummvm/commit/06e88662d92bc60a5f04a81ac44534a1c1fa8163
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-02-28T19:22:19-08:00

Commit Message:
AGI: Add detection for the 'AGI Combat' fan game

Changed paths:
    engines/agi/detection_tables.h



diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 711701f..fb1b830 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -569,6 +569,7 @@ static const AGIGameDescription gameDescriptions[] = {
 	GAME_PS("xmascard", "", "25ad35e9628fc77e5e0dd35852a272b6", 768, 0x2440, GID_XMASCARD, Common::kPlatformCoCo3),
 
 	FANMADE_F("2 Player Demo", "4279f46b3cebd855132496476b1d2cca", GF_AGIMOUSE),
+	FANMADE("AGI Combat", "0be6a8a9e19203dcca0067d280798871"),
 	FANMADE("AGI Contest 1 Template", "d879aed25da6fc655564b29567358ae2"),
 	FANMADE("AGI Contest 2 Template", "5a2fb2894207eff36c72f5c1b08bcc07"),
 	FANMADE("AGI Mouse Demo 0.60 demo 1", "c07e2519de674c67386cb2cc6f2e3904"),






More information about the Scummvm-git-logs mailing list