diff options
author | Eugene Sandulenko | 2006-10-15 21:21:17 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-10-15 21:21:17 +0000 |
commit | 6ee478369a47d57343f87a2757f811fa9704848a (patch) | |
tree | 8e4a94f7c55788607572e30de07e1ae4b8a2ba67 /tools | |
parent | ab90fd086e12ee7e0ac91f252b3b9fe942029aa6 (diff) | |
download | scummvm-rg350-6ee478369a47d57343f87a2757f811fa9704848a.tar.gz scummvm-rg350-6ee478369a47d57343f87a2757f811fa9704848a.tar.bz2 scummvm-rg350-6ee478369a47d57343f87a2757f811fa9704848a.zip |
Reflect Simon engine rename in credits too.
svn-id: r24340
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 2a27eb9741..fcc53a2368 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -484,6 +484,12 @@ begin_credits("Credits"); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("AGOS"); + add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Travis Howell", "Kirben", ""); + add_person("Oliver Kiehl", "olki", ""); + end_section(); + begin_section("BASS"); # Beneath a Steel Sky add_person("Robert Göffringmann", "lavosspawn", ""); add_person("Oliver Kiehl", "olki", ""); @@ -534,12 +540,6 @@ begin_credits("Credits"); add_person("Andrew Kurushin", "ajax16384", ""); add_person("Eugene Sandulenko", "sev", ""); end_section(); - - begin_section("Simon"); - add_person("Torbjörn Andersson", "eriktorbjorn", ""); - add_person("Travis Howell", "Kirben", ""); - add_person("Oliver Kiehl", "olki", ""); - end_section(); end_section(); |