[Scummvm-cvs-logs] SF.net SVN: scummvm: [26925] scummvm/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Wed May 23 08:51:30 CEST 2007


Revision: 26925
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26925&view=rev
Author:   sev
Date:     2007-05-22 23:51:29 -0700 (Tue, 22 May 2007)

Log Message:
-----------
Fix yaz's position in credits

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2007-05-22 16:11:30 UTC (rev 26924)
+++ scummvm/trunk/AUTHORS	2007-05-23 06:51:29 UTC (rev 26925)
@@ -47,16 +47,16 @@
     Broken Sword 2:
        Torbjorn Andersson   
        Jonathan Gray        
-       Vincent Hamm          - original CinE engine author
 
     Cinematique evo 1:
-       Vincent Hamm         
-
-    Cinematique evo 2:
+       Vincent Hamm          - original CinE engine author
        Pawel Kolodziejski   
        Gregory Montoir      
        Eugene Sandulenko    
 
+    Cinematique evo 2:
+       Vincent Hamm         
+
     FOTAQ:
        David Eriksson       
        Gregory Montoir      

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2007-05-22 16:11:30 UTC (rev 26924)
+++ scummvm/trunk/tools/credits.pl	2007-05-23 06:51:29 UTC (rev 26925)
@@ -509,19 +509,19 @@
 	  begin_section("Broken Sword 2");
 		  add_person("Torbjörn Andersson", "eriktorbjorn", "");
 		  add_person("Jonathan Gray", "khalek", "");
-		  add_person("Vincent Hamm", "yazoo", "original CinE engine author");
 	  end_section();
 
 	  begin_section("Cinematique evo 1");
-		  add_person("Vincent Hamm", "yazoo", "");
-	  end_section();
-
-	  begin_section("Cinematique evo 2");
+		  add_person("Vincent Hamm", "yazoo", "original CinE engine author");
 		  add_person("Paweł Kołodziejski", "aquadran", "");
 		  add_person("Gregory Montoir", "cyx", "");
 		  add_person("Eugene Sandulenko", "sev", "");
 	  end_section();
 
+	  begin_section("Cinematique evo 2");
+		  add_person("Vincent Hamm", "yazoo", "");
+	  end_section();
+
 	  begin_section("FOTAQ");	# Flight of the Amazon Queen
 		  add_person("David Eriksson", "twogood", "");
 		  add_person("Gregory Montoir", "cyx", "");


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