CREDITS: Added Max Horn to GUI credits

The GUI system was originally written completely by me, as is easily
verifiable by inspecting the commit logs of the gui subdirectory, or e.g.
specific files like gui/widget.cpp.
This commit is contained in:
Max Horn 2019-05-09 18:57:50 +02:00 committed by Matan Bareket
parent 6989e63a25
commit 7476277c06
3 changed files with 4 additions and 0 deletions

View File

@ -418,6 +418,7 @@ ScummVM Team
Johannes Schickel - (retired)
GUI:
Max Horn - (retired)
Vicent Marti
Eugene Sandulenko
Johannes Schickel - (retired)

View File

@ -1038,6 +1038,7 @@ begin_credits("Credits");
end_section();
begin_section("GUI");
add_person("Max Horn", "Fingolfin", "(retired)");
add_person("Vicent Marti", "tanoku", "");
add_person("Eugene Sandulenko", "sev", "");
add_person("Johannes Schickel", "LordHoto", "(retired)");

View File

@ -509,6 +509,8 @@ static const char *credits[] = {
"C2""(retired)",
"",
"C1""GUI",
"C0""Max Horn",
"C2""(retired)",
"C0""Vicent Marti",
"C0""Eugene Sandulenko",
"C0""Johannes Schickel",