[Scummvm-cvs-logs] scummvm master -> 745ef462fca7d69e5890659cb1f9fb208ee7c184

lordhoto lordhoto at gmail.com
Sun Aug 5 17:11:58 CEST 2012


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:
745ef462fc KYRA: Add source of detection entires for LoL French floppy.


Commit: 745ef462fca7d69e5890659cb1f9fb208ee7c184
    https://github.com/scummvm/scummvm/commit/745ef462fca7d69e5890659cb1f9fb208ee7c184
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-08-05T08:10:49-07:00

Commit Message:
KYRA: Add source of detection entires for LoL French floppy.

Changed paths:
    engines/kyra/detection_tables.h



diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 3f16c35..e2162f2 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1329,7 +1329,7 @@ const KYRAGameDescription adGameDescs[] = {
 		LOL_FLOPPY_CMP_FLAGS
 	},
 
-	{
+	{ // French floppy version 1.20, bug #3552534 "KYRA: LOL Floppy FR version unknown"
 		{
 			"lol",
 			0,
@@ -1413,7 +1413,7 @@ const KYRAGameDescription adGameDescs[] = {
 		LOL_FLOPPY_FLAGS
 	},
 
-	{
+	{ // French floppy version 1.23, bug #3552534 "KYRA: LOL Floppy FR version unknown"
 		{
 			"lol",
 			"Extracted",






More information about the Scummvm-git-logs mailing list