mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 23:26:44 +00:00
CREDITS: Thanked for Drascula and Hugo sources
svn-id: r52622
This commit is contained in:
parent
f27a0b2c43
commit
771d2274dd
7
AUTHORS
7
AUTHORS
@ -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.
|
||||
|
||||
|
@ -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""",
|
||||
"",
|
||||
};
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user