diff options
author | Bastien Bouclet | 2018-06-17 09:34:56 +0200 |
---|---|---|
committer | Bastien Bouclet | 2018-06-17 09:34:56 +0200 |
commit | ff66a89e14f603381f4dd8cbfa64674bfd4d1c11 (patch) | |
tree | e7514fec871126e4e5e3a729e97ab91c9ba340ad | |
parent | fab1894f21ac34762a2fcff19b68971df88bbe15 (diff) | |
download | scummvm-rg350-ff66a89e14f603381f4dd8cbfa64674bfd4d1c11.tar.gz scummvm-rg350-ff66a89e14f603381f4dd8cbfa64674bfd4d1c11.tar.bz2 scummvm-rg350-ff66a89e14f603381f4dd8cbfa64674bfd4d1c11.zip |
CREDITS: Add dafioram to the Mohawk section
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | devtools/credits.pl | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -178,6 +178,7 @@ ScummVM Team Alyssa Milburn Eugene Sandulenko David Turner + David Fioramonti Mortevielle: Arnaud Boutonne diff --git a/devtools/credits.pl b/devtools/credits.pl index 0cbd549f74..fee7c0bb78 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -668,6 +668,7 @@ begin_credits("Credits"); add_person("Alyssa Milburn", "fuzzie", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("David Turner", "digitall", ""); + add_person("David Fioramonti", "dafioram", ""); end_section(); begin_section("Mortevielle"); diff --git a/gui/credits.h b/gui/credits.h index 82cc27bf8b..649e73dbcc 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -218,6 +218,7 @@ static const char *credits[] = { "C0""Alyssa Milburn", "C0""Eugene Sandulenko", "C0""David Turner", +"C0""David Fioramonti", "", "C1""Mortevielle", "A0""Arnaud Boutonne", |