[Scummvm-cvs-logs] SF.net SVN: scummvm:[51996] scummvm/trunk/engines/kyra/detection_tables.h

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Wed Aug 11 20:56:50 CEST 2010


Revision: 51996
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51996&view=rev
Author:   athrxx
Date:     2010-08-11 18:56:50 +0000 (Wed, 11 Aug 2010)

Log Message:
-----------
KYRA: add new GUIO_MIDIAMIGA flag to amiga targets

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/detection_tables.h

Modified: scummvm/trunk/engines/kyra/detection_tables.h
===================================================================
--- scummvm/trunk/engines/kyra/detection_tables.h	2010-08-11 18:54:56 UTC (rev 51995)
+++ scummvm/trunk/engines/kyra/detection_tables.h	2010-08-11 18:56:50 UTC (rev 51996)
@@ -194,7 +194,7 @@
 			Common::EN_ANY,
 			Common::kPlatformAmiga,
 			ADGF_NO_FLAGS,
-			Common::GUIO_NOSPEECH
+			Common::GUIO_NOSPEECH | Common::GUIO_MIDIAMIGA
 		},
 		KYRA1_AMIGA_FLAGS
 	},
@@ -211,7 +211,7 @@
 			Common::DE_DEU,
 			Common::kPlatformAmiga,
 			ADGF_NO_FLAGS,
-			Common::GUIO_NOSPEECH
+			Common::GUIO_NOSPEECH | Common::GUIO_MIDIAMIGA
 		},
 		KYRA1_AMIGA_FLAGS
 	},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list