diff options
| author | Eugene Sandulenko | 2011-06-23 11:40:19 +0300 |
|---|---|---|
| committer | Eugene Sandulenko | 2011-06-23 11:40:19 +0300 |
| commit | c4a5fa85069e2363e4e0e11f84d333b5fbd39caf (patch) | |
| tree | 7f623bcc60c1430c2f622e29242e7986ba90e983 | |
| parent | 627372a67cf4e0a36e3e2e14d308a98a0961ec9b (diff) | |
| download | scummvm-rg350-c4a5fa85069e2363e4e0e11f84d333b5fbd39caf.tar.gz scummvm-rg350-c4a5fa85069e2363e4e0e11f84d333b5fbd39caf.tar.bz2 scummvm-rg350-c4a5fa85069e2363e4e0e11f84d333b5fbd39caf.zip | |
CREDITS: Add real name of serga per his request
| -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", |
