From 0ab229eb2c8592e14ddee986f33ec8c4f877b96f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 20 May 2007 21:35:57 +0000 Subject: [PATCH] Added peres to credits. svn-id: r26896 --- AUTHORS | 3 +++ gui/credits.h | 3 +++ tools/credits.pl | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/AUTHORS b/AUTHORS index b2ac1811c61..9dfb3f20239 100644 --- a/AUTHORS +++ b/AUTHORS @@ -73,6 +73,9 @@ ScummVM Team Lure: Paul Gilbert + Parallaction: + peres + SAGA: Torbjorn Andersson Filippos Karapetis diff --git a/gui/credits.h b/gui/credits.h index a50c5cb7789..382ce4cc48c 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -75,6 +75,9 @@ static const char *credits[] = { "\\C\\c1""Lure", "\\C\\c0""Paul Gilbert", "\\C\\c0""", +"\\C\\c1""Parallaction", +"\\C\\c0""peres", +"\\C\\c0""", "\\C\\c1""SAGA", "\\C\\c0""Torbj\366rn Andersson", "\\C\\c0""Filippos Karapetis", diff --git a/tools/credits.pl b/tools/credits.pl index aa990a5d158..a38af809556 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -541,6 +541,10 @@ begin_credits("Credits"); add_person("Paul Gilbert", "dreammaster", ""); end_section(); + begin_section("Parallaction"); + add_person("", "peres", ""); + end_section(); + begin_section("SAGA"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); add_person("Filippos Karapetis", "[md5]", "");