diff options
-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", |