diff options
author | Eugene Sandulenko | 2016-05-17 19:30:07 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-17 19:30:07 +0200 |
commit | 8e409622f80e02cd0f775adede4115b3575a3995 (patch) | |
tree | 18ad392f3f8b0a912dd328a8391aeb3824255396 | |
parent | 921efd6880c5b45f582ecc6e6ef720eebcb4d4c9 (diff) | |
download | scummvm-rg350-8e409622f80e02cd0f775adede4115b3575a3995.tar.gz scummvm-rg350-8e409622f80e02cd0f775adede4115b3575a3995.tar.bz2 scummvm-rg350-8e409622f80e02cd0f775adede4115b3575a3995.zip |
CREDITS: Add Lubomyr to Android porters
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 3 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 4 insertions, 1 deletions
@@ -281,6 +281,7 @@ ScummVM Team Android: Andre Heider Angus Lees + Lubomyr Lisen Dreamcast: Marcus Comstedt diff --git a/devtools/credits.pl b/devtools/credits.pl index cc75f76758..e695a3650b 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -817,6 +817,7 @@ begin_credits("Credits"); begin_section("Android"); add_person("Andre Heider", "dhewg", ""); add_person("Angus Lees", "Gus", ""); + add_person("Lubomyr Lisen", "", ""); end_section(); begin_section("Dreamcast"); @@ -844,7 +845,7 @@ begin_credits("Credits"); add_person("Frantisek Dufka", "fanoush", "(retired)"); add_person("Tarek Soliman", "tsoliman", ""); end_section(); - + begin_section("Nintendo 3DS"); add_person("Thomas Edvalson", "Cruel", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index c5af88e64b..e27973c228 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -343,6 +343,7 @@ static const char *credits[] = { "C1""Android", "C0""Andre Heider", "C0""Angus Lees", +"C0""Lubomyr Lisen", "", "C1""Dreamcast", "C0""Marcus Comstedt", |