aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOystein Eftevaag2007-12-26 12:44:41 +0000
committerOystein Eftevaag2007-12-26 12:44:41 +0000
commitcab99bf1a495cad7f1f92a79074652b4d02b64b8 (patch)
treed3fd5e4747f143f50837dfe1adc4ac849f160b0c
parente16fd0a2628a5a026cfb89f590bc19a16ea74ed0 (diff)
downloadscummvm-rg350-cab99bf1a495cad7f1f92a79074652b4d02b64b8.tar.gz
scummvm-rg350-cab99bf1a495cad7f1f92a79074652b4d02b64b8.tar.bz2
scummvm-rg350-cab99bf1a495cad7f1f92a79074652b4d02b64b8.zip
iPhone credits
svn-id: r30003
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl4
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e10361e3bd..6a87fa517f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -101,6 +101,9 @@ ScummVM Team
GP32:
Won Star
+ iPhone:
+ Oystein Eftevaag
+
Nintendo DS:
Neil Millstone
diff --git a/gui/credits.h b/gui/credits.h
index 0b0bbd3e63..5a646bf471 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -105,6 +105,9 @@ static const char *credits[] = {
"\\C\\c1""GP32",
"\\C\\c0""Won Star",
"\\C\\c0""",
+"\\C\\c1""iPhone",
+"\\C\\c0""Oystein Eftevaag",
+"\\C\\c0""",
"\\C\\c1""Nintendo DS",
"\\C\\c0""Neil Millstone",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index b14ef6a41c..430671b3ec 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -578,6 +578,10 @@ begin_credits("Credits");
add_person("Won Star", "wonst719", "");
end_section();
+ begin_section("iPhone");
+ add_person("Oystein Eftevaag", "vinterstum", "");
+ end_section();
+
begin_section("Nintendo DS");
add_person("Neil Millstone", "agent-q", "");
end_section();