diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,7 @@ ScummVM Team SAGA: Torbjorn Andersson + Filippos Karapetis Andrew Kurushin Eugene Sandulenko diff --git a/tools/credits.pl b/tools/credits.pl index 015134eaef..efc0aa2291 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -542,6 +542,7 @@ begin_credits("Credits"); begin_section("SAGA"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Filippos Karapetis", "[md5]", ""); add_person("Andrew Kurushin", "ajax16384", ""); add_person("Eugene Sandulenko", "sev", ""); end_section(); |