diff options
author | Eugene Sandulenko | 2010-09-07 17:38:21 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-09-07 17:38:21 +0000 |
commit | 771d2274dd0e4f875544a7f3c69d5d398ecfd155 (patch) | |
tree | 2eaa1286b69aa30f26822a583fd214632c4ac7fd | |
parent | f27a0b2c4371ba882aef869091949e4d6e7c9072 (diff) | |
download | scummvm-rg350-771d2274dd0e4f875544a7f3c69d5d398ecfd155.tar.gz scummvm-rg350-771d2274dd0e4f875544a7f3c69d5d398ecfd155.tar.bz2 scummvm-rg350-771d2274dd0e4f875544a7f3c69d5d398ecfd155.zip |
CREDITS: Thanked for Drascula and Hugo sources
svn-id: r52622
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rwxr-xr-x | tools/credits.pl | 9 |
3 files changed, 20 insertions, 0 deletions
@@ -482,3 +482,10 @@ Special thanks to John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us. + Emilio de Paz Aragon from Alcachofa Soft for sharing the source code of + Drascula: The Vampire Strikes Back with us and his generousity with + freewaring the game. + + David P. Gray from Gray Design Associate for sharing the source code of + Hugo trilogy. + diff --git a/gui/credits.h b/gui/credits.h index bd4ecffc9b..ae311697d3 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -574,5 +574,9 @@ static const char *credits[] = { "C0""", "C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.", "C0""", +"C0""Emilio de Paz Aragon from Alcachofa Soft for sharing the source code of Drascula: The Vampire Strikes Back with us and his generousity with freewaring the game.", +"C0""", +"C0""David P. Gray from Gray Design Associate for sharing the source code of Hugo trilogy.", +"C0""", "", }; diff --git a/tools/credits.pl b/tools/credits.pl index f59c68021a..754dffacda 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -1023,6 +1023,15 @@ begin_credits("Credits"); "John Young, Colin Smythe and especially Terry Pratchett himself for ". "sharing the source code of Discworld I & II with us."); + add_paragraph( + "Emilio de Paz Aragón from Alcachofa Soft for sharing the source code ". + "of Drascula: The Vampire Strikes Back with us and his generousity with ". + "freewaring the game."); + + add_paragraph( + "David P. Gray from Gray Design Associate for sharing the source code ". + "of Hugo trilogy."); + end_section(); end_credits(); |