diff options
author | Eugene Sandulenko | 2008-06-04 20:33:45 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-06-04 20:33:45 +0000 |
commit | 7f1353f39e569bc428ac6ddc9058fedac042c340 (patch) | |
tree | f3aa5b024dfb11e90b1dc436bdc091cb9b92c38b /tools | |
parent | 5e666ef774d11d030ea9957ecc64a197de2abcd8 (diff) | |
download | scummvm-rg350-7f1353f39e569bc428ac6ddc9058fedac042c340.tar.gz scummvm-rg350-7f1353f39e569bc428ac6ddc9058fedac042c340.tar.bz2 scummvm-rg350-7f1353f39e569bc428ac6ddc9058fedac042c340.zip |
Add dhewg to the team
svn-id: r32548
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 f176a6d957..fa806db7de 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -626,6 +626,10 @@ begin_credits("Credits"); add_person("Lars Persson", "AnotherGuest", ""); end_section(); + begin_section("Wii"); + add_person("Andre Heider", "dhewg", ""); + end_section(); + end_section(); begin_section("Other subsystems"); |