CREDITS: Thanked for Drascula and Hugo sources

svn-id: r52622
This commit is contained in:
Eugene Sandulenko 2010-09-07 17:38:21 +00:00
parent f27a0b2c43
commit 771d2274dd
3 changed files with 20 additions and 0 deletions

View File

@ -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.

View File

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

View File

@ -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();