diff options
author | Eugene Sandulenko | 2007-06-16 20:52:20 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-06-16 20:52:20 +0000 |
commit | 03d621646a42b885651d69165a8d5225aa117e9a (patch) | |
tree | 9325a6676c1ca88c4161f7462f5f96a4757f9b1d /tools | |
parent | 546fcc6195a831fd584494f143fa6e7ddcb923a7 (diff) | |
download | scummvm-rg350-03d621646a42b885651d69165a8d5225aa117e9a.tar.gz scummvm-rg350-03d621646a42b885651d69165a8d5225aa117e9a.tar.bz2 scummvm-rg350-03d621646a42b885651d69165a8d5225aa117e9a.zip |
Add more nicks to credits
svn-id: r27494
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index a6c35d745d..acdbe03797 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -750,8 +750,8 @@ begin_credits("Credits"); add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support"); add_person("Andreas Röver", "", "Broken Sword 1/2 MPEG2 cutscene support"); add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio"); - add_person("Daniel Schepler", "", "Final MI1 CD music support, initial Ogg Vorbis support"); - add_person("André Souza", "", "SDL-based OpenGL renderer"); + 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(); |