diff options
author | Filippos Karapetis | 2019-05-12 14:20:04 +0300 |
---|---|---|
committer | Filippos Karapetis | 2019-05-12 14:20:28 +0300 |
commit | 5c8c1ca95ce25f39467eef2001a0e204b46f7eb9 (patch) | |
tree | ab7f85215dadab99912594c876168e54e3df9e7a | |
parent | 62cf04f5022953542540ab0d1a3dca4aae9adf18 (diff) | |
download | scummvm-rg350-5c8c1ca95ce25f39467eef2001a0e204b46f7eb9.tar.gz scummvm-rg350-5c8c1ca95ce25f39467eef2001a0e204b46f7eb9.tar.bz2 scummvm-rg350-5c8c1ca95ce25f39467eef2001a0e204b46f7eb9.zip |
Revert "CREDITS: mark Vicent Marti as retired"
This reverts commit 62cf04f5022953542540ab0d1a3dca4aae9adf18.
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -419,7 +419,7 @@ ScummVM Team GUI: Max Horn - (retired) - Vicent Marti - (retired) + Vicent Marti Eugene Sandulenko Johannes Schickel - (retired) diff --git a/devtools/credits.pl b/devtools/credits.pl index 696888731e..968a24281e 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", "(retired)"); + add_person("Vicent Marti", "tanoku", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("Johannes Schickel", "LordHoto", "(retired)"); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 184fc78c92..c7ce3e2271 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -512,7 +512,6 @@ static const char *credits[] = { "C0""Max Horn", "C2""(retired)", "C0""Vicent Marti", -"C2""(retired)", "C0""Eugene Sandulenko", "C0""Johannes Schickel", "C2""(retired)", |