diff options
author | Vincent Hamm | 2007-10-26 12:39:50 +0000 |
---|---|---|
committer | Vincent Hamm | 2007-10-26 12:39:50 +0000 |
commit | c22e823f97a7add04219b899ab92ca814112adfa (patch) | |
tree | d2ad6c87ba408d417538eee1e1bf7c96dc66c6bd | |
parent | a48d2d3ff348681806d935af1c7859f9c71df802 (diff) | |
download | scummvm-rg350-c22e823f97a7add04219b899ab92ca814112adfa.tar.gz scummvm-rg350-c22e823f97a7add04219b899ab92ca814112adfa.tar.bz2 scummvm-rg350-c22e823f97a7add04219b899ab92ca814112adfa.zip |
svn-id: r29259
-rwxr-xr-x | tools/credits.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 8de57ab4f5..b14ef6a41c 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -520,7 +520,7 @@ begin_credits("Credits"); end_section(); begin_section("Cinematique evo 2"); - add_person("Vincent Hamm", "yazoo", ""); + add_person("Vincent Hamm", "yazoo", "original CruisE engine author"); end_section(); begin_section("FOTAQ"); # Flight of the Amazon Queen @@ -646,6 +646,7 @@ begin_credits("Credits"); add_person("Ralph Brorsen", "painelf", "Help with GUI implementation"); add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical"); add_person("Rüdiger Hanke", "", "Port: MorphOS"); + add_person("Vincent Hamm", "yaz0r", "ScummVM co-founder, Original Cruise/CinE author"); add_person("Felix Jakschitsch", "yot", "Zak256 reverse engineering"); add_person("Mutwin Kraus", "mutle", "Original MacOS porter"); add_person("Peter Moraliyski", "ph0x", "Port: GP32"); |