[Scummvm-cvs-logs] SF.net SVN: scummvm: [30702] scummvm/trunk/engines/agi/detection.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Tue Jan 29 22:18:33 CET 2008


Revision: 30702
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30702&view=rev
Author:   buddha_
Date:     2008-01-29 13:18:33 -0800 (Tue, 29 Jan 2008)

Log Message:
-----------
Combined two cases that did the exact same thing (In a switch-clause).

Modified Paths:
--------------
    scummvm/trunk/engines/agi/detection.cpp

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2008-01-29 17:39:49 UTC (rev 30701)
+++ scummvm/trunk/engines/agi/detection.cpp	2008-01-29 21:18:33 UTC (rev 30702)
@@ -2259,8 +2259,6 @@
 		*engine = new Agi::PreAgiEngine(syst, gd);
 		break;
 	case Agi::GType_V2:
-		*engine = new Agi::AgiEngine(syst, gd);
-		break;
 	case Agi::GType_V3:
 		*engine = new Agi::AgiEngine(syst, gd);
 		break;


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