mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
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:
parent
6989e63a25
commit
7476277c06
1
AUTHORS
1
AUTHORS
@ -418,6 +418,7 @@ ScummVM Team
|
||||
Johannes Schickel - (retired)
|
||||
|
||||
GUI:
|
||||
Max Horn - (retired)
|
||||
Vicent Marti
|
||||
Eugene Sandulenko
|
||||
Johannes Schickel - (retired)
|
||||
|
@ -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)");
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user