aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index f7efa59d2f..7e1985f03d 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -616,6 +616,10 @@ begin_credits("Credits");
add_person("", "peres", "");
end_section();
+ begin_section("Pegasus");
+ add_person("Matthew Hoops", "clone2727", "");
+ end_section();
+
begin_section("Queen");
add_person("David Eriksson", "twogood", "(retired)");
add_person("Gregory Montoir", "cyx", "(retired)");
@@ -1153,6 +1157,10 @@ begin_credits("Credits");
"Jan Nedoma for providing the sources to the Wintermute-engine, and for his ".
"support while porting the engine to ScummVM.");
+ add_paragraph(
+ "Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for ".
+ "providing the source code of The Journeyman Project: Pegasus Prime.");
+
end_section();
end_credits();