diff options
author | Matthew Hoops | 2009-12-31 03:17:59 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-12-31 03:17:59 +0000 |
commit | eb2e45781749c31b2bd637fb40b6e0315d2601b6 (patch) | |
tree | 6757fa39ddd689a536063b19dd35b57b15a28edf /tools | |
parent | 85787988a03c247e01596ebbb1386a478ded2df7 (diff) | |
download | scummvm-rg350-eb2e45781749c31b2bd637fb40b6e0315d2601b6.tar.gz scummvm-rg350-eb2e45781749c31b2bd637fb40b6e0315d2601b6.tar.bz2 scummvm-rg350-eb2e45781749c31b2bd637fb40b6e0315d2601b6.zip |
Add the Mohawk crew to the credits.
svn-id: r46787
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index b1c255d7d8..d1f3af5b3a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -602,6 +602,13 @@ begin_credits("Credits"); add_person("Benjamin Haisch", "john_doe", ""); add_person("Filippos Karapetis", "[md5]", ""); end_section(); + + begin_section("Mohawk"); + add_person("Matthew Hoops", "clone2727", ""); + add_person("Filippos Karapetis", "[md5]", ""); + add_person("Eugene Sandulenko", "sev", ""); + add_person("David Turner", "digitall", ""); + end_section(); begin_section("Parallaction"); add_person("", "peres", ""); |