diff options
author | Eric Fry | 2018-06-19 23:03:37 +1000 |
---|---|---|
committer | Eugene Sandulenko | 2018-07-20 06:43:33 +0000 |
commit | dc79026a31bde8b46463d0c5a1d62496fc0963ed (patch) | |
tree | cc9ded8bbc8ae548359db0ca19fcb11c690f430e /devtools | |
parent | dc9dc0324e2e009092f6c042cd7351362f076c1d (diff) | |
download | scummvm-rg350-dc79026a31bde8b46463d0c5a1d62496fc0963ed.tar.gz scummvm-rg350-dc79026a31bde8b46463d0c5a1d62496fc0963ed.tar.bz2 scummvm-rg350-dc79026a31bde8b46463d0c5a1d62496fc0963ed.zip |
ILLUSIONS: Enable illusions engine by default
Add credits info for illusions engine
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 8acf62581a..484c7be80a 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -625,6 +625,11 @@ begin_credits("Credits"); add_person("Eugene Sandulenko", "sev", ""); end_section(); + begin_section("Illusions"); + add_person("Benjamin Haisch", "john_doe", ""); + add_person("Eric Fry", "yuv422", ""); + end_section(); + begin_section("Kyra"); add_person("Torbjörn Andersson", "eriktorbjorn", "VQA Player"); add_person("Oystein Eftevaag", "vinterstum", ""); |