diff options
author | Eugene Sandulenko | 2012-01-31 21:32:17 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2012-01-31 21:32:17 +0200 |
commit | 2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c (patch) | |
tree | 516f02dd6088a8bc154458a26470bfef0e085428 /devtools | |
parent | 23a497f7922e3078dd1be44fddbab41a5646c971 (diff) | |
download | scummvm-rg350-2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c.tar.gz scummvm-rg350-2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c.tar.bz2 scummvm-rg350-2d6fda8c85dc58546d2cc57a7db0d77bb2b72e5c.zip |
CREDITS: Added Daniel Balsom which is a stupid overlook
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 73e66c21a7..8330450984 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -616,6 +616,7 @@ begin_credits("Credits"); begin_section("SAGA"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); + add_person("Daniel Balsom", "DanielFox", "Original engine reimplementation author (retired)"); add_person("Filippos Karapetis", "[md5]", ""); add_person("Andrew Kurushin", "ajax16384", ""); add_person("Eugene Sandulenko", "sev", ""); @@ -1059,6 +1060,7 @@ begin_credits("Credits"); begin_section("Special thanks to"); begin_persons(); + add_person("Daniel Balsom", "DanielFox", "For the original Reinherit (SAGA) code"); add_person("Sander Buskens", "", "For his work on the initial reversing of Monkey2"); add_person("", "Canadacow", "For the original MT-32 emulator"); add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs"); |