diff options
author | CeRiAl | 2011-05-25 05:53:28 +0800 |
---|---|---|
committer | CeRiAl | 2011-05-25 00:05:16 +0200 |
commit | dcfa8fd0483d05cd4bfd4cab0fe7101db5f6844f (patch) | |
tree | 58bb8005cd9d0feaba56ba86ef5712a4a3a29194 | |
parent | 1c2e531ebd5a6e562d4d37932030f413281cb474 (diff) | |
download | scummvm-rg350-dcfa8fd0483d05cd4bfd4cab0fe7101db5f6844f.tar.gz scummvm-rg350-dcfa8fd0483d05cd4bfd4cab0fe7101db5f6844f.tar.bz2 scummvm-rg350-dcfa8fd0483d05cd4bfd4cab0fe7101db5f6844f.zip |
CREDITS: Temporarily retire Jubanka, add CeRiAl
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | COPYRIGHT | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 2 |
4 files changed, 7 insertions, 2 deletions
@@ -222,7 +222,8 @@ ScummVM Team PocketPC / WinCE: Nicolas Bacca - (retired) - Kostas Nakos + Ismail Khatib + Kostas Nakos - (retired) PlayStation 2: Robert Goeffringmann - (retired) @@ -44,6 +44,7 @@ Willem Jan Palenstijn Florian Kagerer Filippos Karapetis Andreas Karlsson +Ismail Khatib Oliver Kiehl Martin Kiewitz Pawel Kolodziejski diff --git a/devtools/credits.pl b/devtools/credits.pl index c45f16eec9..02e4b6f702 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -747,7 +747,8 @@ begin_credits("Credits"); begin_section("PocketPC / WinCE"); add_person("Nicolas Bacca", "arisme", "(retired)"); - add_person("Kostas Nakos", "Jubanka", ""); + add_person("Ismail Khatib", "CeRiAl", ""); + add_person("Kostas Nakos", "Jubanka", "(retired)"); end_section(); begin_section("PlayStation 2"); diff --git a/gui/credits.h b/gui/credits.h index 7ad480032e..df7f1e420e 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -246,7 +246,9 @@ static const char *credits[] = { "C1""PocketPC / WinCE", "C0""Nicolas Bacca", "C2""(retired)", +"C0""Ismail Khatib", "C0""Kostas Nakos", +"C2""(retired)", "", "C1""PlayStation 2", "C0""Robert G\366ffringmann", |