aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl2
3 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index cf21b9afaf..a3575eb8a4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -38,6 +38,7 @@ ScummVM Team
AGOS:
Torbjorn Andersson
+ Paul Gilbert
Travis Howell
BASS:
@@ -102,6 +103,7 @@ ScummVM Team
Eugene Sandulenko
SCI:
+ Greg Frieger
Paul Gilbert
Max Horn
Filippos Karapetis
@@ -111,7 +113,6 @@ ScummVM Team
Tinsel:
Torbjorn Andersson
- Greg Frieger
Paul Gilbert
Sven Hesse
Max Horn
diff --git a/gui/credits.h b/gui/credits.h
index 9654aea3e9..3c975d085d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -40,6 +40,7 @@ static const char *credits[] = {
"",
"C1""AGOS",
"C0""Torbj\366rn Andersson",
+"C0""Paul Gilbert",
"C0""Travis Howell",
"",
"C1""BASS",
@@ -107,6 +108,7 @@ static const char *credits[] = {
"C0""Eugene Sandulenko",
"",
"C1""SCI",
+"C0""Greg Frieger",
"C0""Paul Gilbert",
"C0""Max Horn",
"C0""Filippos Karapetis",
@@ -116,7 +118,6 @@ static const char *credits[] = {
"",
"C1""Tinsel",
"C0""Torbj\366rn Andersson",
-"C0""Greg Frieger",
"C0""Paul Gilbert",
"C0""Sven Hesse",
"C0""Max Horn",
diff --git a/tools/credits.pl b/tools/credits.pl
index abde7c474b..3c0efd58a3 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -578,6 +578,7 @@ begin_credits("Credits");
end_section();
begin_section("SCI");
+ add_person("Greg Frieger", "_FRG_", "");
add_person("Paul Gilbert", "dreammaster", "");
add_person("Max Horn", "Fingolfin", "");
add_person("Filippos Karapetis", "[md5]", "");
@@ -588,7 +589,6 @@ begin_credits("Credits");
begin_section("Tinsel");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
- add_person("Greg Frieger", "", "");
add_person("Paul Gilbert", "dreammaster", "");
add_person("Sven Hesse", "DrMcCoy", "");
add_person("Max Horn", "Fingolfin", "");