diff options
author | Eugene Sandulenko | 2006-10-18 18:57:22 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-10-18 18:57:22 +0000 |
commit | 38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5 (patch) | |
tree | f899755502490a6883c9db760b05f6a1c4ae7224 /tools | |
parent | cf60ba63e9a6d2656e3b64378bc8ceee5e5238bc (diff) | |
download | scummvm-rg350-38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5.tar.gz scummvm-rg350-38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5.tar.bz2 scummvm-rg350-38d6a4d8d437a7049fe3b5a3cf838d594a49e3e5.zip |
Credit madmoose for his MOD player.
svn-id: r24375
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index fcc53a2368..c267be966c 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -708,10 +708,11 @@ begin_credits("Credits"); begin_section("Code contributions"); begin_persons(); - add_person("John Doe", "", "Improved DXA compression"); add_person("Ori Avtalion", "salty-horse", "Subtitle control options in the GUI"); add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files"); add_person("Paolo Costabel", "", "PSP port contributions"); + add_person("John Doe", "", "Improved DXA compression"); + add_person("Thomas Fach-Pedersen", "madmoose", "ProTracker module player"); add_person("Benjamin Haisch", "", "Encoder for DXA videos"); add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio"); add_person("Kovács Endre János", "", "Several fixes for Simon1"); |