diff options
-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""", "", }; |