diff options
| author | Eugene Sandulenko | 2010-10-13 22:15:22 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2010-10-13 22:15:22 +0000 | 
| commit | 072c5b447c14b895ff90cddf699aedd741c5ff92 (patch) | |
| tree | 7d42c0c5cd8baf7ca80fe6ec35991404ea06a01d /tools | |
| parent | e52b77dc7b87b8511c8760cf76e8fe057e83302f (diff) | |
| download | scummvm-rg350-072c5b447c14b895ff90cddf699aedd741c5ff92.tar.gz scummvm-rg350-072c5b447c14b895ff90cddf699aedd741c5ff92.tar.bz2 scummvm-rg350-072c5b447c14b895ff90cddf699aedd741c5ff92.zip  | |
CREDITS: Add Sword2.5 team. The wording was agreed with them
svn-id: r53448
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/credits.pl | 4 | 
1 files changed, 4 insertions, 0 deletions
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();  | 
