diff options
author | Thanasis Antoniou | 2019-04-02 23:29:55 +0300 |
---|---|---|
committer | Thanasis Antoniou | 2019-04-02 23:31:20 +0300 |
commit | d6db4af528763e77796f5f35a2144c4a012e76e4 (patch) | |
tree | c690d1e1524a38342871bb2f29e201287a8945d2 | |
parent | e84e71ed34f359f616a1ddbbd2c9cd54e978022e (diff) | |
download | scummvm-rg350-d6db4af528763e77796f5f35a2144c4a012e76e4.tar.gz scummvm-rg350-d6db4af528763e77796f5f35a2144c4a012e76e4.tar.bz2 scummvm-rg350-d6db4af528763e77796f5f35a2144c4a012e76e4.zip |
CREDITS: Proper add Thanasis Antoniou to authors
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index ec6a22e558..59ebb51a07 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -566,6 +566,7 @@ begin_credits("Credits"); begin_section("Blade Runner"); add_person("Thomas Fach-Pedersen", "madmoose", ""); add_person("Peter Kohaut", "peterkohaut", ""); + add_person("Thanasis Antoniou", "Praetorian", ""); end_section(); begin_section("CGE"); diff --git a/gui/credits.h b/gui/credits.h index dc1174fc77..23c1e90e6d 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -93,6 +93,7 @@ static const char *credits[] = { "C1""Blade Runner", "C0""Thomas Fach-Pedersen", "C0""Peter Kohaut", +"C0""Thanasis Antoniou", "", "C1""CGE", "A0""Arnaud Boutonne", |