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 /devtools | |
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
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 10 |
1 files changed, 5 insertions, 5 deletions
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", ""); |