diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 4 |
3 files changed, 9 insertions, 0 deletions
@@ -492,3 +492,6 @@ Special thanks to David P. Gray from Gray Design Associate for sharing the source code of the Hugo trilogy. + Broken Sword 2.5 team for providing sources of their engine and their + great support. + diff --git a/gui/credits.h b/gui/credits.h index b469645217..e6be7e01e7 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -580,5 +580,7 @@ static const char *credits[] = { "C0""", "C0""David P. Gray from Gray Design Associate for sharing the source code of the Hugo trilogy.", "C0""", +"C0""Broken Sword 2.5 team for providing sources of their engine and their great support.", +"C0""", "", }; diff --git a/tools/credits.pl b/tools/credits.pl index 1421f907db..d74d98e793 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -1033,6 +1033,10 @@ begin_credits("Credits"); "David P. Gray from Gray Design Associate for sharing the source code ". "of the Hugo trilogy."); + add_paragraph( + "Broken Sword 2.5 team for providing sources of their engine and their great ". + "support."); + end_section(); end_credits(); |