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 /tools | |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |