Add fanoush to credits

svn-id: r30448
This commit is contained in:
Eugene Sandulenko 2008-01-12 17:53:03 +00:00
parent 7d635a4b9c
commit b45fb2e01d
3 changed files with 10 additions and 0 deletions

View file

@ -105,6 +105,9 @@ ScummVM Team
iPhone:
Oystein Eftevaag
Maemo:
Frantisek Dufka
Nintendo DS:
Neil Millstone

View file

@ -109,6 +109,9 @@ static const char *credits[] = {
"\\C\\c1""iPhone",
"\\C\\c0""Oystein Eftevaag",
"\\C\\c0""",
"\\C\\c1""Maemo",
"\\C\\c0""Frantisek Dufka",
"\\C\\c0""",
"\\C\\c1""Nintendo DS",
"\\C\\c0""Neil Millstone",
"\\C\\c0""",

View file

@ -583,6 +583,10 @@ begin_credits("Credits");
add_person("Oystein Eftevaag", "vinterstum", "");
end_section();
begin_section("Maemo");
add_person("Frantisek Dufka", "fanoush", "");
end_section();
begin_section("Nintendo DS");
add_person("Neil Millstone", "agent-q", "");
end_section();