diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,7 @@ ScummVM Team Max Horn Travis Howell Pawel Kolodziejski - Codecs, iMUSE, Smush, etc. + Gregory Montoir Eugene Sandulenko - FT INSANE, MM NES, MM C64, game detection, Herc/CGA diff --git a/gui/credits.h b/gui/credits.h index 6d26b1f9c7..6b673b6fe6 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -22,6 +22,7 @@ static const char *credits[] = { "C0""Travis Howell", "C0""Pawel Kolodziejski", "C2""Codecs, iMUSE, Smush, etc.", +"C0""Gregory Montoir", "C0""Eugene Sandulenko", "C2""FT INSANE, MM NES, MM C64, game detection, Herc/CGA", "", diff --git a/tools/credits.pl b/tools/credits.pl index c3cb169c01..1c15b76e0b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -478,6 +478,7 @@ begin_credits("Credits"); add_person("Max Horn", "Fingolfin", ""); add_person("Travis Howell", "Kirben", ""); add_person("Paweł Kołodziejski", "aquadran", "Codecs, iMUSE, Smush, etc."); + add_person("Gregory Montoir", "cyx", ""); add_person("Eugene Sandulenko", "sev", "FT INSANE, MM NES, MM C64, game detection, Herc/CGA"); end_section(); |