[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.485,1.486

Max Horn fingolfin at users.sourceforge.net
Fri Mar 25 09:57:45 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20727/simon

Modified Files:
	simon.cpp 
Log Message:
Patch #1117443 (Experimental plugin code revision)

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -d -r1.485 -r1.486
--- simon.cpp	9 Mar 2005 18:12:45 -0000	1.485
+++ simon.cpp	25 Mar 2005 17:55:53 -0000	1.486
@@ -159,7 +159,7 @@
 	return new Simon::SimonEngine(detector, syst);
 }
 
-REGISTER_PLUGIN("Simon the Sorcerer", Engine_SIMON_gameList, Engine_SIMON_create, Engine_SIMON_detectGames)
+REGISTER_PLUGIN(SIMON, "Simon the Sorcerer")
 
 namespace Simon {
 





More information about the Scummvm-git-logs mailing list