diff options
author | Eugene Sandulenko | 2010-01-08 18:56:12 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-01-08 18:56:12 +0000 |
commit | ae3dc2ddba6b5e6354de7e8b5e4124e35d221390 (patch) | |
tree | 802f2ba1b76156414674030e577c1b3186329efd /tools | |
parent | 7bf9c22ec9f52b45c0685a6cd96297861bd064cd (diff) | |
download | scummvm-rg350-ae3dc2ddba6b5e6354de7e8b5e4124e35d221390.tar.gz scummvm-rg350-ae3dc2ddba6b5e6354de7e8b5e4124e35d221390.tar.bz2 scummvm-rg350-ae3dc2ddba6b5e6354de7e8b5e4124e35d221390.zip |
Properly fix credits
svn-id: r47170
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 f46e4bd31f..fc8a118ef0 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -872,7 +872,7 @@ begin_credits("Credits"); add_person("Tim Phillips", "realmz", "Initial MI1 CD music support"); add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support"); add_person("", "segra", "Improved support for Apple II/C64 versions of MM"); - add_person("Andreas Röver", "", "Broken Sword I & II MPEG2 cutscene support"); + add_person("Andreas Röver", "", "Broken Sword I & II MPEG2 cutscene support"); 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"); |