diff options
author | Max Horn | 2019-05-10 12:12:05 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-05-12 13:57:11 +0300 |
commit | 62cf04f5022953542540ab0d1a3dca4aae9adf18 (patch) | |
tree | 6575f8d5cd806e376f3304bcc30e1d9b430843a6 | |
parent | 4be1d26d09553281fdd5e8a00b2e4d2205b54268 (diff) | |
download | scummvm-rg350-62cf04f5022953542540ab0d1a3dca4aae9adf18.tar.gz scummvm-rg350-62cf04f5022953542540ab0d1a3dca4aae9adf18.tar.bz2 scummvm-rg350-62cf04f5022953542540ab0d1a3dca4aae9adf18.zip |
CREDITS: mark Vicent Marti as retired
He was last active in 2009 and has long moved on to work on other things.
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -419,7 +419,7 @@ ScummVM Team GUI: Max Horn - (retired) - Vicent Marti + Vicent Marti - (retired) Eugene Sandulenko Johannes Schickel - (retired) diff --git a/devtools/credits.pl b/devtools/credits.pl index 968a24281e..696888731e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1039,7 +1039,7 @@ begin_credits("Credits"); begin_section("GUI"); add_person("Max Horn", "Fingolfin", "(retired)"); - add_person("Vicent Marti", "tanoku", ""); + add_person("Vicent Marti", "tanoku", "(retired)"); add_person("Eugene Sandulenko", "sev", ""); add_person("Johannes Schickel", "LordHoto", "(retired)"); end_section(); diff --git a/gui/credits.h b/gui/credits.h index c7ce3e2271..184fc78c92 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -512,6 +512,7 @@ static const char *credits[] = { "C0""Max Horn", "C2""(retired)", "C0""Vicent Marti", +"C2""(retired)", "C0""Eugene Sandulenko", "C0""Johannes Schickel", "C2""(retired)", |