diff options
author | Paul Gilbert | 2017-09-02 10:31:40 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-09-02 10:31:40 -0400 |
commit | 471ff9177690031ac03a1e55e414233fe26046ab (patch) | |
tree | 178b049337fbdc70dc4540475b2d4d76f2fe19ac /devtools | |
parent | 87ebc7140c1bc650e7a6ac89b102f8f2d2970f63 (diff) | |
download | scummvm-rg350-471ff9177690031ac03a1e55e414233fe26046ab.tar.gz scummvm-rg350-471ff9177690031ac03a1e55e414233fe26046ab.tar.bz2 scummvm-rg350-471ff9177690031ac03a1e55e414233fe26046ab.zip |
CREDITS: Add section for Titanic engine
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 0d1df66262..fcf5602992 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -785,6 +785,12 @@ begin_credits("Credits"); add_person("Joost Peters", "joostp", ""); end_section(); + begin_section("Titanic"); + add_person("David Fioramonti", "dafioram", ""); + add_person("Paul Gilbert", "dreammaster", ""); + add_person("Colin Snover", "", ""); + end_section(); + begin_section("Toltecs"); add_person("Benjamin Haisch", "john_doe", ""); add_person("Filippos Karapetis", "[md5]", ""); |