diff options
author | Le Philousophe | 2019-07-27 11:34:56 +0200 |
---|---|---|
committer | Le Philousophe | 2019-07-27 11:34:56 +0200 |
commit | 662cc473726f1b4bdd11dd784f0ea450f43428c7 (patch) | |
tree | 8a421858f70a868482799c76b2c41b2eb6f802be | |
parent | f4554b8c466e7f3c61a1ac467ebd1c287fe1d9d9 (diff) | |
download | scummvm-rg350-662cc473726f1b4bdd11dd784f0ea450f43428c7.tar.gz scummvm-rg350-662cc473726f1b4bdd11dd784f0ea450f43428c7.tar.bz2 scummvm-rg350-662cc473726f1b4bdd11dd784f0ea450f43428c7.zip |
CREDITS: Add myself and Cryomni3D engine
-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
@@ -100,6 +100,9 @@ ScummVM Team Paul Gilbert Vincent Hamm - (retired) + Cryomni3D: + Philippe Valembois + Draci: Denis Kasak Robert Spalek diff --git a/devtools/credits.pl b/devtools/credits.pl index da97c3690a..83cb4a76bd 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -652,6 +652,10 @@ begin_credits("Credits"); add_person("Vincent Hamm", "yaz0r", "(retired)"); end_section(); + begin_section("Cryomni3D"); + add_person("Philippe Valembois", "lePhilousophe", ""); + end_section(); + begin_section("Draci"); add_person("Denis Kasak", "dkasak13", ""); add_person("Robert Špalek", "spalek", ""); diff --git a/gui/credits.h b/gui/credits.h index ce3de39d07..41741c0bec 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -125,6 +125,9 @@ static const char *credits[] = { "C0""Vincent Hamm", "C2""(retired)", "", +"C1""Cryomni3D", +"C0""Philippe Valembois", +"", "C1""Draci", "C0""Denis Kasak", "C0""Robert Spalek", |