diff options
author | Eugene Sandulenko | 2007-05-23 06:51:29 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-05-23 06:51:29 +0000 |
commit | b313992c0746d221cc9d44a39f4fae5974b5b18c (patch) | |
tree | da662cd1e625e1c308ebac99d316065c05794e82 | |
parent | b17e8f569ff6942494d3d55ff908a2a7ca837fac (diff) | |
download | scummvm-rg350-b313992c0746d221cc9d44a39f4fae5974b5b18c.tar.gz scummvm-rg350-b313992c0746d221cc9d44a39f4fae5974b5b18c.tar.bz2 scummvm-rg350-b313992c0746d221cc9d44a39f4fae5974b5b18c.zip |
Fix yaz's position in credits
svn-id: r26925
-rw-r--r-- | AUTHORS | 8 | ||||
-rwxr-xr-x | tools/credits.pl | 10 |
2 files changed, 9 insertions, 9 deletions
@@ -47,16 +47,16 @@ ScummVM Team 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 diff --git a/tools/credits.pl b/tools/credits.pl index 0dfcd578b9..00a19944fa 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -509,19 +509,19 @@ begin_credits("Credits"); 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", ""); |