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