diff options
author | Torbjörn Andersson | 2011-11-17 20:28:38 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2011-11-17 20:28:38 +0100 |
commit | 877d22652f518a3a5af6d1bff63d6a17bd7a3a88 (patch) | |
tree | c358da9f1941f02353f033fbbfde010fb48c200e | |
parent | 2230eaab5ecdfef3a3ee63cb2ffe8d8846da019a (diff) | |
download | scummvm-rg350-877d22652f518a3a5af6d1bff63d6a17bd7a3a88.tar.gz scummvm-rg350-877d22652f518a3a5af6d1bff63d6a17bd7a3a88.tar.bz2 scummvm-rg350-877d22652f518a3a5af6d1bff63d6a17bd7a3a88.zip |
CREDITS: Mark whoozle as retired
He announced on scummvm-devel that he's leaving.
-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", |