diff --git a/AUTHORS b/AUTHORS index d9f62b352e9..657cdeb89cf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -105,6 +105,9 @@ ScummVM Team iPhone: Oystein Eftevaag + Maemo: + Frantisek Dufka + Nintendo DS: Neil Millstone diff --git a/gui/credits.h b/gui/credits.h index 23aef29ff9a..576f0826aac 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -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""", diff --git a/tools/credits.pl b/tools/credits.pl index 293700faaa1..19ee4d7979a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -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();