[Scummvm-cvs-logs] SF.net SVN: scummvm: [30858] scummvm/branches/branch-0-11-0/engines/agi/ detection.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Wed Feb 13 02:38:15 CET 2008


Revision: 30858
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30858&view=rev
Author:   buddha_
Date:     2008-02-12 17:38:15 -0800 (Tue, 12 Feb 2008)

Log Message:
-----------
Backport of r30857: Fix for bug #1883989 (AGI: Jolimie freezes). Game's detection entry had its parameters in wrong order and game feature flags were interpreted as the AGI version number and vice versa... whoops.

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/agi/detection.cpp

Modified: scummvm/branches/branch-0-11-0/engines/agi/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/agi/detection.cpp	2008-02-13 01:33:40 UTC (rev 30857)
+++ scummvm/branches/branch-0-11-0/engines/agi/detection.cpp	2008-02-13 01:38:15 UTC (rev 30858)
@@ -1929,8 +1929,8 @@
 	FANMADE("Jiggy Jiggy Uh! Uh!", "bc331588a71e7a1c8840f6cc9b9487e4"),
 	FANMADE("Jimmy In: The Alien Attack (v0.1)", "a4e9db0564a494728de7873684a4307c"),
 	FANMADE("Joe McMuffin In \"What's Cooking, Doc\" (v1.0)", "8a3de7e61a99cb605fa6d233dd91c8e1"),
-	FANMADE_LVF("Jolimie, le Village Maudit (v0.5)", "21818501636b3cb8ad5de5c1a66de5c2", Common::FR_FRA, GF_AGIMOUSE|GF_AGIPAL, 0x2936),
-	FANMADE_LVF("Jolimie, le Village Maudit (v1.1)", "68d7aef1161bb5972fe03efdf29ccb7f", Common::FR_FRA, GF_AGIMOUSE|GF_AGIPAL, 0x2936),
+	FANMADE_LVF("Jolimie, le Village Maudit (v0.5)", "21818501636b3cb8ad5de5c1a66de5c2", Common::FR_FRA, 0x2936, GF_AGIMOUSE|GF_AGIPAL),
+	FANMADE_LVF("Jolimie, le Village Maudit (v1.1)", "68d7aef1161bb5972fe03efdf29ccb7f", Common::FR_FRA, 0x2936, GF_AGIMOUSE|GF_AGIPAL),
 	FANMADE("Journey Of Chef", "aa0a0b5a6364801ae65fdb96d6741df5"),
 	FANMADE("Jukebox (v1.0)", "c4b9c5528cc67f6ba777033830de7751"),
 	FANMADE("Justin Quest (v1.0 in development)", "103050989da7e0ffdc1c5e1793a4e1ec"),


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