diff options
author | Max Horn | 2008-11-28 11:56:08 +0000 |
---|---|---|
committer | Max Horn | 2008-11-28 11:56:08 +0000 |
commit | b25257d4eb377b2c2e63af0783c2b6d5c1b364ab (patch) | |
tree | 8c742d8ca75838ba5bbd1f3e5c446505b70d5efa | |
parent | a4a4624d068fefd7c322c485da1d5a98ab5c3aac (diff) | |
download | scummvm-rg350-b25257d4eb377b2c2e63af0783c2b6d5c1b364ab.tar.gz scummvm-rg350-b25257d4eb377b2c2e63af0783c2b6d5c1b364ab.tar.bz2 scummvm-rg350-b25257d4eb377b2c2e63af0783c2b6d5c1b364ab.zip |
Added Cyx to SCUMM credits
svn-id: r35169
-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(); |