diff options
author | Filippos Karapetis | 2007-05-04 12:56:48 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-05-04 12:56:48 +0000 |
commit | ecf8417d01783e65ceaa0bf42b3869ce8f5ec43b (patch) | |
tree | b1e390b5375e1b06f4bc8dcdb9e27ee9b3207633 | |
parent | 0ba5afa585b1d05960b26e6894b00b29d8a3b4c8 (diff) | |
download | scummvm-rg350-ecf8417d01783e65ceaa0bf42b3869ce8f5ec43b.tar.gz scummvm-rg350-ecf8417d01783e65ceaa0bf42b3869ce8f5ec43b.tar.bz2 scummvm-rg350-ecf8417d01783e65ceaa0bf42b3869ce8f5ec43b.zip |
Adding myself to the AGI section as well
svn-id: r26746
-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
@@ -26,6 +26,7 @@ ScummVM Team AGI: Stuart George + Filippos Karapetis Pawel Kolodziejski Eugene Sandulenko David Symonds diff --git a/gui/credits.h b/gui/credits.h index 5fb26dd51e..a50c5cb778 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -27,6 +27,7 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c1""AGI", "\\C\\c0""Stuart George", +"\\C\\c0""Filippos Karapetis", "\\C\\c0""Pawel Kolodziejski", "\\C\\c0""Eugene Sandulenko", "\\C\\c0""David Symonds", diff --git a/tools/credits.pl b/tools/credits.pl index efc0aa2291..aa990a5d15 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -484,6 +484,7 @@ begin_credits("Credits"); begin_section("AGI"); add_person("Stuart George", "darkfiber", ""); + add_person("Filippos Karapetis", "[md5]", ""); add_person("Paweł Kołodziejski", "aquadran", ""); add_person("Eugene Sandulenko", "sev", ""); add_person("David Symonds", "dsymonds", ""); |