diff options
author | Strangerke | 2015-11-21 18:29:50 +0100 |
---|---|---|
committer | Strangerke | 2015-11-21 18:29:50 +0100 |
commit | c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e (patch) | |
tree | b7ec6dffa86bc98e80785508a6b11ef15cf79f9b | |
parent | 35e8a2bdcba6b2fd080a497135ccce0e9dde8b34 (diff) | |
download | scummvm-rg350-c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e.tar.gz scummvm-rg350-c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e.tar.bz2 scummvm-rg350-c0eb2880e9ad1ea0bb8ed7bd877243a28fc7774e.zip |
CREDITS: Add BBVS
-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
@@ -66,6 +66,9 @@ ScummVM Team Peter Bozso Arnaud Boutonne + BBVS: + Benjamin Haisch + CGE: Arnaud Boutonne Paul Gilbert diff --git a/devtools/credits.pl b/devtools/credits.pl index 09eebc553e..916f6e33b3 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -558,6 +558,10 @@ begin_credits("Credits"); add_person("Arnaud Boutonné", "Strangerke", ""); end_section(); + begin_section("BBVS"); + add_person("Benjamin Haisch", "john_doe", ""); + end_section(); + begin_section("CGE"); add_person("Arnaud Boutonné", "Strangerke", ""); add_person("Paul Gilbert", "dreammaster", ""); diff --git a/gui/credits.h b/gui/credits.h index 9dfb700900..ad381b0618 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -83,6 +83,9 @@ static const char *credits[] = { "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", "", +"C1""BBVS", +"C0""Benjamin Haisch", +"", "C1""CGE", "A0""Arnaud Boutonne", "C0""Arnaud Boutonn\351", |