diff options
author | Einar Johan Trøan Sømåen | 2012-09-06 16:47:33 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-09-06 16:47:33 +0200 |
commit | f607112da03d56329cfd0a62e47db6f4b9e145e1 (patch) | |
tree | d08e7dfa39dfbac540f5f47a0b11298671c3cb5c /devtools | |
parent | c91a72a9d5cf5b4f73fc0544231aefe2258f9e52 (diff) | |
download | scummvm-rg350-f607112da03d56329cfd0a62e47db6f4b9e145e1.tar.gz scummvm-rg350-f607112da03d56329cfd0a62e47db6f4b9e145e1.tar.bz2 scummvm-rg350-f607112da03d56329cfd0a62e47db6f4b9e145e1.zip |
CREDITS: Add myself to credits for the Wintermute-engine
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 7ce17a9df6..b1a73caad7 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -697,6 +697,10 @@ begin_credits("Credits"); add_person("Gregory Montoir", "cyx", "(retired)"); end_section(); + begin_section("Wintermute"); + add_person("Einar Johan T. Sømåen", "somaen", ""); + end_section(); + end_section(); |