diff options
author | Eugene Sandulenko | 2007-07-30 19:18:39 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-07-30 19:18:39 +0000 |
commit | 3cddad33738aa7aa2f9ad486a0bc542dd2c2f1cb (patch) | |
tree | 0fe53f46e7ffdd93e2dda1f84542fd4f5fb3db78 /tools | |
parent | fa190dc2975f55b86790ab64937bff2e609633ad (diff) | |
download | scummvm-rg350-3cddad33738aa7aa2f9ad486a0bc542dd2c2f1cb.tar.gz scummvm-rg350-3cddad33738aa7aa2f9ad486a0bc542dd2c2f1cb.tar.bz2 scummvm-rg350-3cddad33738aa7aa2f9ad486a0bc542dd2c2f1cb.zip |
Add James to credits for his Music Enhancement project
svn-id: r28336
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 7a1bebbed3..8282e6776f 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -718,6 +718,10 @@ begin_credits("Credits"); end_section(); end_section(); + begin_section("ScummVM Music Enhancement project"); + add_person("James Woodcock", "James|GlideManiac", ""); + end_section(); + begin_section("Websites (design)"); begin_persons(); add_person("Dobó Balázs", "draven", "Website design"); |