mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-01 05:11:09 +00:00
Add special thanks for DW.
svn-id: r45513
This commit is contained in:
parent
d662c4aa20
commit
55da0503f4
4
AUTHORS
4
AUTHORS
@ -308,6 +308,7 @@ Other contributions
|
||||
fixes
|
||||
Stuart Caie - Decoders for Amiga and AtariST data files (AGOS
|
||||
engine)
|
||||
Tobias Gunkel - Graphic support for PCE version of Loom
|
||||
Paolo Costabel - PSP port contributions
|
||||
Thierry Crozat - Support for Broken Sword 1 Macintosh version
|
||||
Martin Doucha - CinE engine objectification
|
||||
@ -427,3 +428,6 @@ Special thanks to
|
||||
Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
|
||||
the source code of some of their games with us.
|
||||
|
||||
John Young, Colin Smythe and especially Terry Patchet himself for sharing
|
||||
the source code of Discworld I & II with us.
|
||||
|
||||
|
@ -350,6 +350,8 @@ static const char *credits[] = {
|
||||
"C2""Subtitle control options in the GUI; BASS GUI fixes",
|
||||
"C0""Stuart Caie",
|
||||
"C2""Decoders for Amiga and AtariST data files (AGOS engine)",
|
||||
"C0""Tobias Gunkel",
|
||||
"C2""Graphic support for PCE version of Loom",
|
||||
"C0""Paolo Costabel",
|
||||
"C2""PSP port contributions",
|
||||
"C0""Thierry Crozat",
|
||||
@ -514,5 +516,7 @@ static const char *credits[] = {
|
||||
"C0""",
|
||||
"C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
|
||||
"C0""",
|
||||
"C0""John Young, Colin Smythe and especially Terry Patchet himself for sharing the source code of Discworld I & II with us.",
|
||||
"C0""",
|
||||
"",
|
||||
};
|
||||
|
@ -950,6 +950,10 @@ begin_credits("Credits");
|
||||
"Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
|
||||
"sharing the source code of some of their games with us.");
|
||||
|
||||
add_paragraph(
|
||||
"John Young, Colin Smythe and especially Terry Patchet himself for ".
|
||||
"sharing the source code of Discworld I & II with us.");
|
||||
|
||||
end_section();
|
||||
|
||||
end_credits();
|
||||
|
Loading…
Reference in New Issue
Block a user