diff options
author | Filippos Karapetis | 2008-04-20 15:40:17 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-04-20 15:40:17 +0000 |
commit | 38319954d1035a7ec8df335c88d455a4042a94fc (patch) | |
tree | 597da8b9de07b9d0e9cfa3847b318fe16726bf54 /tools | |
parent | 7e07dd5ec720905e09c5aac37a80941c6053e132 (diff) | |
download | scummvm-rg350-38319954d1035a7ec8df335c88d455a4042a94fc.tar.gz scummvm-rg350-38319954d1035a7ec8df335c88d455a4042a94fc.tar.bz2 scummvm-rg350-38319954d1035a7ec8df335c88d455a4042a94fc.zip |
Credits update for the M4 and MADE engines (3/3)
svn-id: r31613
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index dca380b92b..f176a6d957 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -549,6 +549,17 @@ begin_credits("Credits"); add_person("Paul Gilbert", "dreammaster", ""); end_section(); + begin_section("M4"); + add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Paul Gilbert", "dreammaster", ""); + add_person("Benjamin Haisch", "johndoe", ""); + add_person("Filippos Karapetis", "[md5]", ""); + end_section(); + + begin_section("MADE"); + add_person("Benjamin Haisch", "johndoe", ""); + end_section(); + begin_section("Parallaction"); add_person("", "peres", ""); end_section(); |