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
@@ -203,6 +203,7 @@ ScummVM Team Sherlock: Paul Gilbert + Martin Kiewitz Sky: Robert Goeffringmann - (retired) diff --git a/devtools/credits.pl b/devtools/credits.pl index d4bc3c0aaa..f5d8542ae8 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -721,6 +721,7 @@ begin_credits("Credits"); begin_section("Sherlock"); add_person("Paul Gilbert", "dreammaster", ""); + add_person("Martin Kiewitz", "m_kiewitz", ""); end_section(); begin_section("Sky"); diff --git a/gui/credits.h b/gui/credits.h index d20bf01090..2e66a7065e 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -243,6 +243,7 @@ static const char *credits[] = { "", "C1""Sherlock", "C0""Paul Gilbert", +"C0""Martin Kiewitz", "", "C1""Sky", "A0""Robert Goeffringmann", |