diff options
-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", ""); |