diff options
author | Thierry Crozat | 2017-03-29 23:05:55 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-03-29 23:05:55 +0100 |
commit | 8d3b84ae1c44497e369a01fc6efd5e5e612b9816 (patch) | |
tree | ff458f386043e2bb3eca36779b669aade4f25d24 | |
parent | c36a945449e2003bfb31944e905beaaf1942b30e (diff) | |
download | scummvm-rg350-8d3b84ae1c44497e369a01fc6efd5e5e612b9816.tar.gz scummvm-rg350-8d3b84ae1c44497e369a01fc6efd5e5e612b9816.tar.bz2 scummvm-rg350-8d3b84ae1c44497e369a01fc6efd5e5e612b9816.zip |
CREDITS: Add credits for Fullpipe
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -114,6 +114,9 @@ ScummVM Team Vladimir Menshakov - (retired) Willem Jan Palenstijn + Fullpipe: + Eugene Sandulenko + Gnap: Arnaud Boutonne Benjamin Haisch diff --git a/devtools/credits.pl b/devtools/credits.pl index d16595add8..d87cc01ce6 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -616,6 +616,10 @@ begin_credits("Credits"); add_person("Willem Jan Palenstijn", "wjp", ""); end_section(); + begin_section("Fullpipe"); + add_person("Eugene Sandulenko", "sev", ""); + end_section(); + begin_section("Gnap"); add_person("Arnaud Boutonné", "Strangerke", ""); add_person("Benjamin Haisch", "john_doe", ""); diff --git a/gui/credits.h b/gui/credits.h index eac8c2a170..d120dfbc41 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -141,6 +141,9 @@ static const char *credits[] = { "C2""(retired)", "C0""Willem Jan Palenstijn", "", +"C1""Fullpipe", +"C0""Eugene Sandulenko", +"", "C1""Gnap", "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", |