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 | |
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
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -210,6 +210,7 @@ ScummVM Team Willem Jan Palenstijn Jordi Vilalta Prat Lars Skovlund + Colin Snover Sherlock: Paul Gilbert 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"); diff --git a/gui/credits.h b/gui/credits.h index 1b5cf7b821..3ee4144526 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -255,6 +255,7 @@ static const char *credits[] = { "C0""Willem Jan Palenstijn", "C0""Jordi Vilalta Prat", "C0""Lars Skovlund", +"C0""Colin Snover", "", "C1""Sherlock", "C0""Paul Gilbert", |