diff options
author | Eugene Sandulenko | 2009-07-13 17:28:49 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-07-13 17:28:49 +0000 |
commit | 6723a1acd204bf06666b1915c29dd7a8e22b7fb7 (patch) | |
tree | 7baa42373b57ba9955e5077989d33003058bdbfb | |
parent | 242b7ef7087bdfa9aa2624a39fc316a619005ad0 (diff) | |
download | scummvm-rg350-6723a1acd204bf06666b1915c29dd7a8e22b7fb7.tar.gz scummvm-rg350-6723a1acd204bf06666b1915c29dd7a8e22b7fb7.tar.bz2 scummvm-rg350-6723a1acd204bf06666b1915c29dd7a8e22b7fb7.zip |
Add Drascula engine to the credits
svn-id: r42441
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rwxr-xr-x | tools/credits.pl | 5 |
3 files changed, 14 insertions, 1 deletions
@@ -57,7 +57,11 @@ ScummVM Team Cinematique evo 2: Vincent Hamm - original CruisE engine author - Paul Gilbert + Paul Gilbert + + Drascula: + Filippos Karapetis + Pawel Kolodziejski FOTAQ: Gregory Montoir diff --git a/gui/credits.h b/gui/credits.h index 869adec827..c154a08028 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -63,6 +63,10 @@ static const char *credits[] = { "C2""original CruisE engine author", "C0""Paul Gilbert", "", +"C1""Drascula", +"C0""Filippos Karapetis", +"C0""Pawel Kolodziejski", +"", "C1""FOTAQ", "C0""Gregory Montoir", "C0""Joost Peters", diff --git a/tools/credits.pl b/tools/credits.pl index cfc328f070..ee96017d4b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -527,6 +527,11 @@ begin_credits("Credits"); add_person("Paul Gilbert", "dreammaster", ""); end_section(); + begin_section("Drascula"); + add_person("Filippos Karapetis", "[md5]", ""); + add_person("Paweł Kołodziejski", "aquadran", ""); + end_section(); + begin_section("FOTAQ"); # Flight of the Amazon Queen add_person("Gregory Montoir", "cyx", ""); add_person("Joost Peters", "joostp", ""); |