mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
Move Greg Frieger from Tinsel to SCI in credits as intended by r39179
svn-id: r39220
This commit is contained in:
parent
56189fcf30
commit
68490c5c1e
3
AUTHORS
3
AUTHORS
@ -38,6 +38,7 @@ ScummVM Team
|
||||
|
||||
AGOS:
|
||||
Torbjorn Andersson
|
||||
Paul Gilbert
|
||||
Travis Howell
|
||||
|
||||
BASS:
|
||||
@ -102,6 +103,7 @@ ScummVM Team
|
||||
Eugene Sandulenko
|
||||
|
||||
SCI:
|
||||
Greg Frieger
|
||||
Paul Gilbert
|
||||
Max Horn
|
||||
Filippos Karapetis
|
||||
@ -111,7 +113,6 @@ ScummVM Team
|
||||
|
||||
Tinsel:
|
||||
Torbjorn Andersson
|
||||
Greg Frieger
|
||||
Paul Gilbert
|
||||
Sven Hesse
|
||||
Max Horn
|
||||
|
@ -40,6 +40,7 @@ static const char *credits[] = {
|
||||
"",
|
||||
"C1""AGOS",
|
||||
"C0""Torbj\366rn Andersson",
|
||||
"C0""Paul Gilbert",
|
||||
"C0""Travis Howell",
|
||||
"",
|
||||
"C1""BASS",
|
||||
@ -107,6 +108,7 @@ static const char *credits[] = {
|
||||
"C0""Eugene Sandulenko",
|
||||
"",
|
||||
"C1""SCI",
|
||||
"C0""Greg Frieger",
|
||||
"C0""Paul Gilbert",
|
||||
"C0""Max Horn",
|
||||
"C0""Filippos Karapetis",
|
||||
@ -116,7 +118,6 @@ static const char *credits[] = {
|
||||
"",
|
||||
"C1""Tinsel",
|
||||
"C0""Torbj\366rn Andersson",
|
||||
"C0""Greg Frieger",
|
||||
"C0""Paul Gilbert",
|
||||
"C0""Sven Hesse",
|
||||
"C0""Max Horn",
|
||||
|
@ -578,6 +578,7 @@ begin_credits("Credits");
|
||||
end_section();
|
||||
|
||||
begin_section("SCI");
|
||||
add_person("Greg Frieger", "_FRG_", "");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
add_person("Max Horn", "Fingolfin", "");
|
||||
add_person("Filippos Karapetis", "[md5]", "");
|
||||
@ -588,7 +589,6 @@ begin_credits("Credits");
|
||||
|
||||
begin_section("Tinsel");
|
||||
add_person("Torbjörn Andersson", "eriktorbjorn", "");
|
||||
add_person("Greg Frieger", "", "");
|
||||
add_person("Paul Gilbert", "dreammaster", "");
|
||||
add_person("Sven Hesse", "DrMcCoy", "");
|
||||
add_person("Max Horn", "Fingolfin", "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user