diff options
-rw-r--r-- | AUTHORS | 13 | ||||
-rw-r--r-- | gui/credits.h | 3 | ||||
-rwxr-xr-x | tools/credits.pl | 4 |
3 files changed, 15 insertions, 5 deletions
@@ -81,14 +81,14 @@ ScummVM Team Paul Gilbert M4: - Torbjorn Andersson + Torbjorn Andersson Paul Gilbert - Benjamin Haisch - Filippos Karapetis + Benjamin Haisch + Filippos Karapetis MADE: - Benjamin Haisch - + Benjamin Haisch + Parallaction: peres @@ -139,6 +139,9 @@ ScummVM Team Jurgen Braam Lars Persson + Wii: + Andre Heider + Other subsystems ---------------- Infrastructure: diff --git a/gui/credits.h b/gui/credits.h index a84cc53d98..41544a2248 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -144,6 +144,9 @@ static const char *credits[] = { "\\C\\c0""Jurgen Braam", "\\C\\c0""Lars Persson", "\\C\\c0""", +"\\C\\c1""Wii", +"\\C\\c0""Andre Heider", +"\\C\\c0""", "\\C\\c0""", "\\C\\c1""Other subsystems", "\\C\\c1""Infrastructure", diff --git a/tools/credits.pl b/tools/credits.pl index f176a6d957..fa806db7de 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -626,6 +626,10 @@ begin_credits("Credits"); add_person("Lars Persson", "AnotherGuest", ""); end_section(); + begin_section("Wii"); + add_person("Andre Heider", "dhewg", ""); + end_section(); + end_section(); begin_section("Other subsystems"); |