aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric Fry2018-06-19 23:03:37 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitdc79026a31bde8b46463d0c5a1d62496fc0963ed (patch)
treecc9ded8bbc8ae548359db0ca19fcb11c690f430e /devtools
parentdc9dc0324e2e009092f6c042cd7351362f076c1d (diff)
downloadscummvm-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-xdevtools/credits.pl5
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", "");