diff options
author | Thierry Crozat | 2017-03-29 23:24:16 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-03-29 23:24:16 +0100 |
commit | 11fda24477d3d8923c2af129b3a57b4986259f4c (patch) | |
tree | 2c69a3e0f6948771445ae50a2c76861630a76637 /devtools | |
parent | de1a1ee7b39b111a59a068c36f28d8156442aa12 (diff) | |
download | scummvm-rg350-11fda24477d3d8923c2af129b3a57b4986259f4c.tar.gz scummvm-rg350-11fda24477d3d8923c2af129b3a57b4986259f4c.tar.bz2 scummvm-rg350-11fda24477d3d8923c2af129b3a57b4986259f4c.zip |
CREDITS: Add snover as contributor for the SCI engine
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index ce1d8537a4..5f7dbe0235 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -729,6 +729,7 @@ begin_credits("Credits"); add_person("Willem Jan Palenstijn", "wjp", ""); add_person("Jordi Vilalta Prat", "jvprat", ""); add_person("Lars Skovlund", "lskovlun", ""); + add_person("Colin Snover", "", ""); end_section(); begin_section("Sherlock"); |