diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -452,7 +452,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 + Robert Crossfield - Improved support for Apple II/C64 versions of MM Andreas Roever - Broken Sword I & II 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/devtools/credits.pl b/devtools/credits.pl index 48ce5e28e7..de669184e1 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -971,7 +971,7 @@ begin_credits("Credits"); add_person("Nicolas Noble", "pixels", "Config file and ALSA support"); add_person("Tim Phillips", "realmz", "Initial MI1 CD music support"); add_person("", "Quietust", "Sound support for Amiga SCUMM V2/V3 games, MM NES support"); - add_person("", "segra", "Improved support for Apple II/C64 versions of MM"); + add_person("Robert Crossfield", "segra", "Improved support for Apple II/C64 versions of MM"); add_person("Andreas Röver", "", "Broken Sword I & II MPEG2 cutscene support"); add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio"); add_person("Daniel Schepler", "dschepler", "Final MI1 CD music support, initial Ogg Vorbis support"); diff --git a/gui/credits.h b/gui/credits.h index 5bc6d56ff4..91ed2cb26a 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -529,7 +529,7 @@ 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", +"C0""Robert Crossfield", "C2""Improved support for Apple II/C64 versions of MM", "C0""Andreas R\366ver", "C2""Broken Sword I & II MPEG2 cutscene support", |