diff options
author | Filippos Karapetis | 2013-08-20 18:47:29 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-08-20 19:48:33 +0300 |
commit | 1f89b4e90272f619cdc455761148ca62449631d0 (patch) | |
tree | c727d20b9ce654e121dc9a4206ecd339f0e36f88 /devtools | |
parent | 2049f536219e10ea1b5860fb1ce713bc7c63737b (diff) | |
download | scummvm-rg350-1f89b4e90272f619cdc455761148ca62449631d0.tar.gz scummvm-rg350-1f89b4e90272f619cdc455761148ca62449631d0.tar.bz2 scummvm-rg350-1f89b4e90272f619cdc455761148ca62449631d0.zip |
CREDITS: Add credits for The Neverhood engine
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 7d39730c63..a5341778c5 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -638,6 +638,11 @@ begin_credits("Credits"); add_person("David Turner", "digitall", ""); end_section(); + begin_section("Neverhood"); + add_person("Benjamin Haisch", "john_doe", ""); + add_person("Filippos Karapetis", "[md5]", ""); + end_section(); + begin_section("Parallaction"); add_person("", "peres", ""); end_section(); |