aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rwxr-xr-xdevtools/credits.pl2
-rw-r--r--gui/credits.h1
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 251ec615b6..c5e04e7020 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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)",