diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 3 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 6 insertions, 0 deletions
@@ -179,6 +179,7 @@ ScummVM Team Eugene Sandulenko GUI: + Vicent Marti Eugene Sandulenko Johannes Schickel @@ -356,6 +357,7 @@ Other contributions Tim Phillips - Initial MI1 CD music support Quietust - Sound support for Amiga SCUMM V2/V3 games, MM NES support + segra - Improved support for Apple II/C64 versions of MM Andreas Roever - Broken Sword 1/2 MPEG2 cutscene support Edward Rudd - Fixes for playing MP3 versions of MI1/Loom audio Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis diff --git a/gui/credits.h b/gui/credits.h index 172d44603d..9d3d8167c8 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -185,6 +185,7 @@ static const char *credits[] = { "C0""Eugene Sandulenko", "", "C1""GUI", +"C0""Vicent Marti", "C0""Eugene Sandulenko", "C0""Johannes Schickel", "", @@ -425,6 +426,8 @@ static const char *credits[] = { "C2""Initial MI1 CD music support", "C0""Quietust", "C2""Sound support for Amiga SCUMM V2/V3 games, MM NES support", +"C0""segra", +"C2""Improved support for Apple II/C64 versions of MM", "C0""Andreas R\366ver", "C2""Broken Sword 1/2 MPEG2 cutscene support", "C0""Edward Rudd", diff --git a/tools/credits.pl b/tools/credits.pl index fba9e315d0..e7c69d8c1f 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -676,6 +676,7 @@ begin_credits("Credits"); end_section(); begin_section("GUI"); + add_person("Vicent Marti", "tanoku", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("Johannes Schickel", "LordHoto", ""); end_section(); |