diff options
author | Thierry Crozat | 2016-07-20 19:12:24 +0100 |
---|---|---|
committer | Thierry Crozat | 2016-07-20 19:12:45 +0100 |
commit | 8380023c518174dd8ad8ba8fb307abfa0b1bc92f (patch) | |
tree | 9304e242465b57e82ed7a89722f509edea3101d9 | |
parent | 8546ecab04461a920430da0fb9e7a356e7697489 (diff) | |
download | scummvm-rg350-8380023c518174dd8ad8ba8fb307abfa0b1bc92f.tar.gz scummvm-rg350-8380023c518174dd8ad8ba8fb307abfa0b1bc92f.tar.bz2 scummvm-rg350-8380023c518174dd8ad8ba8fb307abfa0b1bc92f.zip |
CREDITS: Add myself as developer for the drascula engine
I forgot to do it when I rewrote big chunks of the engine code three
months ago.
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,7 @@ ScummVM Team Drascula: Filippos Karapetis Pawel Kolodziejski + Thierry Crozat DreamWeb: Torbjorn Andersson diff --git a/devtools/credits.pl b/devtools/credits.pl index 33e9c82830..9cc5ad4227 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -604,6 +604,7 @@ begin_credits("Credits"); begin_section("Drascula"); add_person("Filippos Karapetis", "[md5]", ""); add_person("Paweł Kołodziejski", "aquadran", ""); + add_person("Thierry Crozat", "criezy", ""); end_section(); begin_section("DreamWeb"); diff --git a/gui/credits.h b/gui/credits.h index 8a0cd18da7..c2c4c84ec6 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -128,6 +128,7 @@ static const char *credits[] = { "C1""Drascula", "C0""Filippos Karapetis", "C0""Pawel Kolodziejski", +"C0""Thierry Crozat", "", "C1""DreamWeb", "A0""Torbjorn Andersson", |