[Scummvm-cvs-logs] SF.net SVN: scummvm: [24671] scummvm/trunk/common/advancedDetector.h

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Nov 11 00:16:51 CET 2006


Revision: 24671
          http://svn.sourceforge.net/scummvm/?rev=24671&view=rev
Author:   sev
Date:     2006-11-10 15:16:23 -0800 (Fri, 10 Nov 2006)

Log Message:
-----------
Fix regression in AGOS engine detector

Modified Paths:
--------------
    scummvm/trunk/common/advancedDetector.h

Modified: scummvm/trunk/common/advancedDetector.h
===================================================================
--- scummvm/trunk/common/advancedDetector.h	2006-11-10 22:43:10 UTC (rev 24670)
+++ scummvm/trunk/common/advancedDetector.h	2006-11-10 23:16:23 UTC (rev 24671)
@@ -70,7 +70,7 @@
 		const PlainGameDescriptor *g = list; \
 		while (g->gameid) { \
 			if (0 == scumm_stricmp(gameid, g->gameid)) \
-				break; \
+				return *g; \
 			g++; \
 		} \
 		 \


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