diff options
author | Strangerke | 2013-02-27 22:27:48 +0100 |
---|---|---|
committer | Strangerke | 2013-02-27 22:27:48 +0100 |
commit | 203aead81175e4c5985890b16222131d7befd59b (patch) | |
tree | 32f0aca7f554a4e82ee4df81f2042c9371a53e00 | |
parent | 2a9ec04a8424d1192e2cae3945373723e24b8a96 (diff) | |
download | scummvm-rg350-203aead81175e4c5985890b16222131d7befd59b.tar.gz scummvm-rg350-203aead81175e4c5985890b16222131d7befd59b.tar.bz2 scummvm-rg350-203aead81175e4c5985890b16222131d7befd59b.zip |
HOPKINS: Update credits
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | devtools/credits.pl | 5 | ||||
-rw-r--r-- | gui/credits.h | 5 |
3 files changed, 14 insertions, 0 deletions
@@ -106,6 +106,10 @@ ScummVM Team Scott Thomas Jordi Vilalta Prat + Hopkins: + Arnaud Boutonne + Paul Gilbert + Hugo: Arnaud Boutonne Oystein Eftevaag diff --git a/devtools/credits.pl b/devtools/credits.pl index 28c3139bfd..03585a5256 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -590,6 +590,11 @@ begin_credits("Credits"); add_person("Jordi Vilalta Prat", "jvprat", ""); end_section(); + begin_section("Hopkins"); + add_person("Arnaud Boutonné", "Strangerke", ""); + add_person("Paul Gilbert", "dreammaster", ""); + end_section(); + begin_section("Hugo"); add_person("Arnaud Boutonné", "Strangerke", ""); add_person("Oystein Eftevaag", "vinterstum", ""); diff --git a/gui/credits.h b/gui/credits.h index 42e515dd70..da47cb2138 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -129,6 +129,11 @@ static const char *credits[] = { "C0""Scott Thomas", "C0""Jordi Vilalta Prat", "", +"C1""Hopkins", +"A0""Arnaud Boutonne", +"C0""Arnaud Boutonn\351", +"C0""Paul Gilbert", +"", "C1""Hugo", "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", |