diff options
author | Cameron Cawley | 2019-11-10 17:59:47 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-17 22:33:56 +0100 |
commit | 8b7f1a0bcb78dcc547f94337504f9078e2cf5ca8 (patch) | |
tree | 0d73adc7840295b262c25d4921747a64dc62ed8b | |
parent | a9838999bc51ef6ee39cb543b5cf8ca2af603d01 (diff) | |
download | scummvm-rg350-8b7f1a0bcb78dcc547f94337504f9078e2cf5ca8.tar.gz scummvm-rg350-8b7f1a0bcb78dcc547f94337504f9078e2cf5ca8.tar.bz2 scummvm-rg350-8b7f1a0bcb78dcc547f94337504f9078e2cf5ca8.zip |
CREDITS: Mark CeRiAl as retired
-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
@@ -415,7 +415,7 @@ ScummVM Team PocketPC / WinCE: Nicolas Bacca - (retired) - Ismail Khatib + Ismail Khatib - (retired) Kostas Nakos - (retired) PlayStation 2: diff --git a/devtools/credits.pl b/devtools/credits.pl index 3a296fc65c..8f97b127f7 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1100,7 +1100,7 @@ begin_credits("Credits"); begin_section("PocketPC / WinCE"); add_person("Nicolas Bacca", "arisme", "(retired)"); - add_person("Ismail Khatib", "CeRiAl", ""); + add_person("Ismail Khatib", "CeRiAl", "(retired)"); add_person("Kostas Nakos", "Jubanka", "(retired)"); end_section(); diff --git a/gui/credits.h b/gui/credits.h index 0bd9848574..c8cae04a8f 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -504,6 +504,7 @@ static const char *credits[] = { "C0""Nicolas Bacca", "C2""(retired)", "C0""Ismail Khatib", +"C2""(retired)", "C0""Kostas Nakos", "C2""(retired)", "", |