diff options
author | Thierry Crozat | 2017-03-29 23:10:10 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-03-29 23:10:10 +0100 |
commit | de1a1ee7b39b111a59a068c36f28d8156442aa12 (patch) | |
tree | 6fee9ee073eb669d92fd1fc2778459afee3ef354 | |
parent | 8d3b84ae1c44497e369a01fc6efd5e5e612b9816 (diff) | |
download | scummvm-rg350-de1a1ee7b39b111a59a068c36f28d8156442aa12.tar.gz scummvm-rg350-de1a1ee7b39b111a59a068c36f28d8156442aa12.tar.bz2 scummvm-rg350-de1a1ee7b39b111a59a068c36f28d8156442aa12.zip |
CREDITS: Move access engine credits to its proper place
-rw-r--r-- | AUTHORS | 8 | ||||
-rwxr-xr-x | devtools/credits.pl | 10 | ||||
-rw-r--r-- | gui/credits.h | 10 |
3 files changed, 14 insertions, 14 deletions
@@ -39,6 +39,10 @@ ScummVM Team Gregory Montoir - (retired) Eugene Sandulenko + Access: + Arnaud Boutonne + Paul Gilbert + ADL: Walter van Niftrik @@ -60,10 +64,6 @@ ScummVM Team Oliver Kiehl - (retired) Ludvig Strigeus - (retired) - Access: - Arnaud Boutonne - Paul Gilbert - Avalanche: Peter Bozso Arnaud Boutonne diff --git a/devtools/credits.pl b/devtools/credits.pl index d87cc01ce6..ce1d8537a4 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -526,6 +526,11 @@ begin_credits("Credits"); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("Access"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Paul Gilbert", "dreammaster", ""); + end_section(); + begin_section("ADL"); add_person("Walter van Niftrik", "waltervn", ""); end_section(); @@ -550,11 +555,6 @@ begin_credits("Credits"); add_person("Ludvig Strigeus", "ludde", "(retired)"); end_section(); - begin_section("Access"); - add_person("Arnaud Boutonné", "Strangerke", ""); - add_person("Paul Gilbert", "dreammaster", ""); - end_section(); - begin_section("Avalanche"); add_person("Peter Bozsó", "uruk", ""); add_person("Arnaud Boutonné", "Strangerke", ""); diff --git a/gui/credits.h b/gui/credits.h index d120dfbc41..1b5cf7b821 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -50,6 +50,11 @@ static const char *credits[] = { "C2""(retired)", "C0""Eugene Sandulenko", "", +"C1""Access", +"A0""Arnaud Boutonne", +"C0""Arnaud Boutonn\351", +"C0""Paul Gilbert", +"", "C1""ADL", "C0""Walter van Niftrik", "", @@ -76,11 +81,6 @@ static const char *credits[] = { "C0""Ludvig Strigeus", "C2""(retired)", "", -"C1""Access", -"A0""Arnaud Boutonne", -"C0""Arnaud Boutonn\351", -"C0""Paul Gilbert", -"", "C1""Avalanche", "A0""Peter Bozso", "C0""Peter Bozs\363", |