diff options
author | Chris Warren-Smith | 2011-08-08 19:59:31 +1000 |
---|---|---|
committer | Chris Warren-Smith | 2011-08-21 16:37:41 +1000 |
commit | 6d47a6d93556cab9275cbb1ecd399c3acb072aa7 (patch) | |
tree | 9c26a7fb58c82e85835c8e79eb8d5fbed18c7162 | |
parent | 59739a7a0e3e4826ba7b27d5270a8d7a26b787ef (diff) | |
download | scummvm-rg350-6d47a6d93556cab9275cbb1ecd399c3acb072aa7.tar.gz scummvm-rg350-6d47a6d93556cab9275cbb1ecd399c3acb072aa7.tar.bz2 scummvm-rg350-6d47a6d93556cab9275cbb1ecd399c3acb072aa7.zip |
BADA: Updated credit.pl to include BADA port information
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index 117357485f..8d4bc19df0 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -699,6 +699,10 @@ begin_credits("Credits"); add_person("Angus Lees", "Gus", ""); end_section(); + begin_section("BADA"); + add_person("Chris Warren-Smith", "", ""); + end_section(); + begin_section("Dreamcast"); add_person("Marcus Comstedt", "", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index d303dfd843..13898e03a0 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -241,6 +241,9 @@ static const char *credits[] = { "C0""Andre Heider", "C0""Angus Lees", "", +"C1""BADA", +"C0""Chris Warren-Smith", +"", "C1""Dreamcast", "C0""Marcus Comstedt", "", |