diff options
author | Thierry Crozat | 2019-09-13 01:06:26 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-09-13 01:08:30 +0100 |
commit | a8fc073c7d148fd20bfa5890c5e4813766126d6b (patch) | |
tree | 1860a21531b8df2ca57ea2d25c823eab97643484 /devtools | |
parent | 50496b35a7055fd05ea1ce174f69afb2e98987ba (diff) | |
download | scummvm-rg350-a8fc073c7d148fd20bfa5890c5e4813766126d6b.tar.gz scummvm-rg350-a8fc073c7d148fd20bfa5890c5e4813766126d6b.tar.bz2 scummvm-rg350-a8fc073c7d148fd20bfa5890c5e4813766126d6b.zip |
CREDITS: Add special thanks for HDB and Supernova
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 913353d99e..86d4d9285e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1473,6 +1473,12 @@ begin_credits("Credits"); add_paragraph( "The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ". "the source code with us."); + + add_paragraph( + "John Romero for sharing the source code of Hyperspace Delivery Boy! with us."); + + add_paragraph( + "Steffen Dingel for sharing the source code of the Mission Supernova game with us."); end_section(); |