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 /devtools | |
parent | 921efd6880c5b45f582ecc6e6ef720eebcb4d4c9 (diff) | |
download | scummvm-rg350-8e409622f80e02cd0f775adede4115b3575a3995.tar.gz scummvm-rg350-8e409622f80e02cd0f775adede4115b3575a3995.tar.bz2 scummvm-rg350-8e409622f80e02cd0f775adede4115b3575a3995.zip |
CREDITS: Add Lubomyr to Android porters
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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(); |