diff options
author | Max Horn | 2007-06-24 11:02:43 +0000 |
---|---|---|
committer | Max Horn | 2007-06-24 11:02:43 +0000 |
commit | 71e696094ef08d48506b1cc61ec9921a748d1c5c (patch) | |
tree | 253b45888b0e7a4c9ea6ae6402ccc2df288aebd2 /tools | |
parent | 347f7f8830af0b92c97bb1c94fb58a1474480c8d (diff) | |
download | scummvm-rg350-71e696094ef08d48506b1cc61ec9921a748d1c5c.tar.gz scummvm-rg350-71e696094ef08d48506b1cc61ec9921a748d1c5c.tar.bz2 scummvm-rg350-71e696094ef08d48506b1cc61ec9921a748d1c5c.zip |
Update credits
svn-id: r27687
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index acdbe03797..7a1bebbed3 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -624,6 +624,7 @@ begin_credits("Credits"); begin_section("Miscellaneous"); add_person("Jerome Fisher", "KingGuppy", "MT-32 emulator"); add_person("Jochen Hoenicke", "hoenicke", "Speaker & PCjr sound support, Adlib work"); + add_person("Robin Watts", "robinwatts", "ARM assembly routines for nice speedups on several ports; improvements to the sound mixer"); end_section(); end_section(); @@ -752,7 +753,6 @@ begin_credits("Credits"); add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio"); add_person("Daniel Schepler", "dschepler", "Final MI1 CD music support, initial Ogg Vorbis support"); add_person("André Souza", "luke_br", "SDL-based OpenGL renderer"); - add_person("Robin Watts", "robinwatts", "ARM assembly routines for the Windows CE port"); end_persons(); end_section(); |