[Scummvm-cvs-logs] SF.net SVN: scummvm: [25186] scummvm/trunk/engines/kyra/plugin.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jan 25 12:34:33 CET 2007


Revision: 25186
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25186&view=rev
Author:   lordhoto
Date:     2007-01-25 03:34:32 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/plugin.cpp

Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp	2007-01-25 11:32:50 UTC (rev 25185)
+++ scummvm/trunk/engines/kyra/plugin.cpp	2007-01-25 11:34:32 UTC (rev 25186)
@@ -98,11 +98,11 @@
 }
 
 GameDescriptor Engine_KYRA_findGameID(const char *gameid) {
-	return Common::ADVANCED_DETECTOR_FIND_GAMEID(gameid, detectionParams);
+	return ADVANCED_DETECTOR_FIND_GAMEID(gameid, detectionParams);
 }
 
 GameList Engine_KYRA_detectGames(const FSList &fslist) {
-	return Common::ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION(fslist, detectionParams);
+	return ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION(fslist, detectionParams);
 }
 
 PluginError Engine_KYRA_create(OSystem *syst, Engine **engine) {


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