diff options
author | Eugene Sandulenko | 2006-06-24 22:44:51 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-06-24 22:44:51 +0000 |
commit | 163f49240b39b74d30f548a56e5634608580a448 (patch) | |
tree | 474f45b18d03cd8d5fc7e3f67543e6d6caef8930 /tools | |
parent | e53c1af36231ccd9196fdfe33562d4ac1b54df69 (diff) | |
download | scummvm-rg350-163f49240b39b74d30f548a56e5634608580a448.tar.gz scummvm-rg350-163f49240b39b74d30f548a56e5634608580a448.tar.bz2 scummvm-rg350-163f49240b39b74d30f548a56e5634608580a448.zip |
Add Keith Scroggins to credits as Atari/FreeMiNT builder.
svn-id: r23297
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index c1a5fd47b9..219221b65b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -622,6 +622,10 @@ begin_credits("Credits"); add_person("Juha Niemimäki", "", ""); end_section(); + begin_section("Atari/FreeMiNT"); + add_person("Keith Scroggins", "KeithS", ""); + end_section(); + begin_section("BeOS"); add_person("Stefan Parviainen", "", ""); end_section(); |