iPhone credits

svn-id: r30003
This commit is contained in:
Oystein Eftevaag 2007-12-26 12:44:41 +00:00
parent e16fd0a262
commit cab99bf1a4
3 changed files with 10 additions and 0 deletions

View File

@ -101,6 +101,9 @@ ScummVM Team
GP32:
Won Star
iPhone:
Oystein Eftevaag
Nintendo DS:
Neil Millstone

View File

@ -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""",

View File

@ -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();