diff options
author | Julien Templier | 2010-10-18 21:35:15 +0000 |
---|---|---|
committer | Julien Templier | 2010-10-18 21:35:15 +0000 |
commit | 5c2bcadd214b0af8f10e2915b986735739c42b36 (patch) | |
tree | 0976988cc3f8df4d0cfa8d0ee678f2527705083c | |
parent | 5ff68b49d739d990b781102441b4473b9ff3ae2b (diff) | |
download | scummvm-rg350-5c2bcadd214b0af8f10e2915b986735739c42b36.tar.gz scummvm-rg350-5c2bcadd214b0af8f10e2915b986735739c42b36.tar.bz2 scummvm-rg350-5c2bcadd214b0af8f10e2915b986735739c42b36.zip |
CREDITS: Add lastexpress engine
svn-id: r53590
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | gui/credits.h | 5 | ||||
-rwxr-xr-x | tools/credits.pl | 6 |
3 files changed, 16 insertions, 0 deletions
@@ -106,6 +106,11 @@ ScummVM Team Gregory Montoir Johannes Schickel + Last Express: + Matthew Hoops + Jordi Vilalta Prat + Julien Templier + Lure: Paul Gilbert diff --git a/gui/credits.h b/gui/credits.h index 07f96f7581..c4fd4c3648 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -127,6 +127,11 @@ static const char *credits[] = { "C0""Gregory Montoir", "C0""Johannes Schickel", "", +"C1""Last Express", +"C0""Matthew Hoops", +"C0""Jordi Vilalta Prat", +"C0""Julien Templier", +"", "C1""Lure", "C0""Paul Gilbert", "", diff --git a/tools/credits.pl b/tools/credits.pl index fe7e21b8ed..6175906796 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -592,6 +592,12 @@ begin_credits("Credits"); add_person("Johannes Schickel", "LordHoto", ""); end_section(); + begin_section("Last Express"); + add_person("Matthew Hoops", "clone2727", ""); + add_person("Jordi Vilalta Prat", "jvprat", ""); + add_person("Julien Templier", "littleboy", ""); + end_section(); + begin_section("Lure"); add_person("Paul Gilbert", "dreammaster", ""); end_section(); |