diff options
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 8d4bdee2fd..ba209e8591 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -550,7 +550,7 @@ begin_credits("Credits"); begin_section("DreamWeb"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); add_person("Bertrand Augereau", "Tramb", ""); - add_person("Vladimir Menshakov", "whoozle", ""); + add_person("Vladimir Menshakov", "whoozle", "(retired)"); end_section(); begin_section("Gob"); @@ -668,7 +668,7 @@ begin_credits("Credits"); begin_section("TeenAgent"); add_person("Robert Megone", "sanguine", "Help with callback rewriting"); - add_person("Vladimir Menshakov", "whoozle", ""); + add_person("Vladimir Menshakov", "whoozle", "(retired)"); end_section(); begin_section("Tinsel"); diff --git a/gui/credits.h b/gui/credits.h index 76758adf52..8abd4bba69 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -104,6 +104,7 @@ static const char *credits[] = { "C0""Torbj\366rn Andersson", "C0""Bertrand Augereau", "C0""Vladimir Menshakov", +"C2""(retired)", "", "C1""Gob", "C0""Torbj\366rn Andersson", @@ -217,6 +218,7 @@ static const char *credits[] = { "C0""Robert Megone", "C2""Help with callback rewriting", "C0""Vladimir Menshakov", +"C2""(retired)", "", "C1""Tinsel", "C0""Torbj\366rn Andersson", |