diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 5 |
3 files changed, 9 insertions, 2 deletions
@@ -239,7 +239,7 @@ ScummVM Team Wintermute: Einar Johan T. Somaaen - + ZVision: Adrian Astley @@ -612,6 +612,8 @@ Special thanks to Jimmi Thogersen - For ScummRev, and much obscure code/documentation Tristan - For additional work on the original MT-32 emulator James Woodcock - Soundtrack enhancements + Anton Yartsev - For the original re-implementation of the ZVision + engine Tony Warriner and everyone at Revolution Software Ltd. for sharing with us the source of some of their brilliant games, allowing us to release diff --git a/devtools/credits.pl b/devtools/credits.pl index 57336e2895..e7828d8b18 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1158,7 +1158,7 @@ begin_credits("Credits"); add_person("Jimmi Thøgersen", "", "For ScummRev, and much obscure code/documentation"); add_person("", "Tristan", "For additional work on the original MT-32 emulator"); add_person("James Woodcock", "", "Soundtrack enhancements"); - add_person("Anton Yartsev", "Zidane", "For the original re-implementation of the ZVison engine"); + add_person("Anton Yartsev", "Zidane", "For the original re-implementation of the ZVision engine"); end_persons(); add_paragraph( diff --git a/gui/credits.h b/gui/credits.h index 3a4d7769f6..b4d1680842 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -297,6 +297,9 @@ static const char *credits[] = { "A0""Einar Johan T. Somaaen", "C0""Einar Johan T. S\370m\345en", "", +"C1""ZVision", +"C0""Adrian Astley", +"", "", "C1""Backend Teams", "C1""Android", @@ -769,6 +772,8 @@ static const char *credits[] = { "C2""For additional work on the original MT-32 emulator", "C0""James Woodcock", "C2""Soundtrack enhancements", +"C0""Anton Yartsev", +"C2""For the original re-implementation of the ZVision engine", "C0""Tony Warriner and everyone at Revolution Software Ltd. for sharing with us the source of some of their brilliant games, allowing us to release Beneath a Steel Sky as freeware... and generally being supportive above and beyond the call of duty.", "C0""", "C0""John Passfield and Steve Stamatiadis for sharing the source of their classic title, Flight of the Amazon Queen and also being incredibly supportive.", |