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 | |
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
-rw-r--r-- | AUTHORS | 6 | ||||
-rwxr-xr-x | devtools/credits.pl | 6 | ||||
-rw-r--r-- | gui/credits.h | 4 |
3 files changed, 16 insertions, 0 deletions
@@ -833,3 +833,9 @@ Special thanks to The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us. + John Romero for sharing the source code of Hyperspace Delivery Boy! with + us. + + Steffen Dingel for sharing the source code of the Mission Supernova game + with us. + 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(); diff --git a/gui/credits.h b/gui/credits.h index 04ee3d20c7..72e9b2e673 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -1009,5 +1009,9 @@ static const char *credits[] = { "C0""", "C0""The mindFactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us.", "C0""", +"C0""John Romero for sharing the source code of Hyperspace Delivery Boy! with us.", +"C0""", +"C0""Steffen Dingel for sharing the source code of the Mission Supernova game with us.", +"C0""", "", }; |