diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | gui/credits.h | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ The ScummVM team: Max Horn - Lead developer Torbjorn Andersson - Engine: SCUMM, Broken Sword II David Eriksson - Engine: Flight of the Amazon Queen - Robert Goffringmann - Engine: Beneath a Steel Sky, Broken Sword I + Robert Goeffringmann - Engine: Beneath a Steel Sky, Broken Sword I Jonathan Gray - Engine: SCUMM, Broken Sword II Travis Howell - Engine: SCUMM, Simon the Sorcerer Oliver Kiehl - Engine: Beneath a Steel Sky, Simon @@ -43,7 +43,7 @@ Contributors: Quietust - Sound support for Amiga SCUMM V2/V3 games Andreas Roever - Broken Sword 1/2 MPEG2 cutscene support Edward Rudd - Fixes for playing MP3 versions of MI1/Loom - Audio + audio Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis support Andre Souza - SDL-based OpenGL renderer diff --git a/gui/credits.h b/gui/credits.h index 3928aebe67..521e08241b 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -9,7 +9,7 @@ static const char *credits[] = { "\\L\\c2"" Engine: SCUMM, Broken Sword II", "\\L\\c0"" David Eriksson", "\\L\\c2"" Engine: Flight of the Amazon Queen", -"\\L\\c0"" Robert Goffringmann", +"\\L\\c0"" Robert Goeffringmann", "\\L\\c2"" Engine: Beneath a Steel Sky, Broken Sword I", "\\L\\c0"" Jonathan Gray", "\\L\\c2"" Engine: SCUMM, Broken Sword II", @@ -84,7 +84,7 @@ static const char *credits[] = { "\\L\\c2"" Broken Sword 1/2 MPEG2 cutscene support", "\\L\\c0"" Edward Rudd", "\\L\\c2"" Fixes for playing MP3 versions of MI1/Loom", -"\\L\\c2"" Audio", +"\\L\\c2"" audio", "\\L\\c0"" Daniel Schepler", "\\L\\c2"" Final MI1 CD music support, initial Ogg", "\\L\\c2"" Vorbis support", |