mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Fix credits
svn-id: r23090
This commit is contained in:
parent
a709eb05b7
commit
f66f86fbd7
6
AUTHORS
6
AUTHORS
@ -86,7 +86,7 @@ ScummVM Team
|
||||
Nicolas Bacca
|
||||
Kostas Nakos
|
||||
|
||||
PlayStation 2:
|
||||
Playstation 2:
|
||||
Robert Goeffringmann
|
||||
|
||||
PSP (PlayStation Portable):
|
||||
@ -117,7 +117,9 @@ ScummVM Team
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
Joachim Eberhard
|
||||
Documentation Manager:
|
||||
Joachim Eberhard
|
||||
|
||||
Retired Team Members
|
||||
--------------------
|
||||
Tore Anderson - Former Debian GNU/Linux maintainer
|
||||
|
@ -139,7 +139,7 @@
|
||||
Kostas Nakos & \textit{}\\
|
||||
\end{tabular}
|
||||
\end{list}
|
||||
\item \textbf{ PlayStation 2}
|
||||
\item \textbf{ Playstation 2}
|
||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
|
||||
Robert G\"offringmann & \textit{}\\
|
||||
@ -190,7 +190,12 @@ All active team members
|
||||
\end{list}
|
||||
\item \textbf{\large Documentation}
|
||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||
\item \textbf{ Documentation Manager}
|
||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
|
||||
Joachim Eberhard & \textit{}\\
|
||||
\end{tabular}
|
||||
\end{list}
|
||||
\end{list}
|
||||
\item \textbf{\large Retired Team Members}
|
||||
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
|
||||
|
@ -87,7 +87,7 @@ static const char *credits[] = {
|
||||
"\\C\\c0""Nicolas Bacca",
|
||||
"\\C\\c0""Kostas Nakos",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""PlayStation 2",
|
||||
"\\C\\c1""Playstation 2",
|
||||
"\\C\\c0""Robert Goeffringmann",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""PSP (PlayStation Portable)",
|
||||
@ -121,8 +121,10 @@ static const char *credits[] = {
|
||||
"\\C\\c0""",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""Documentation",
|
||||
"\\C\\c1""Documentation Manager",
|
||||
"\\C\\c0""Joachim Eberhard",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c0""",
|
||||
"\\C\\c1""Retired Team Members",
|
||||
"\\C\\c0""Tore Anderson",
|
||||
"\\C\\c2""Former Debian GNU/Linux maintainer",
|
||||
|
@ -536,7 +536,7 @@ begin_credits("Credits");
|
||||
add_person("Kostas Nakos", "knakos", "");
|
||||
end_section();
|
||||
|
||||
begin_section("PlayStation 2");
|
||||
begin_section("Playstation 2");
|
||||
add_person("Robert Göffringmann", "lavosspawn", "");
|
||||
end_section();
|
||||
|
||||
@ -572,7 +572,9 @@ begin_credits("Credits");
|
||||
end_section();
|
||||
|
||||
begin_section("Documentation");
|
||||
add_person("Joachim Eberhard", "joachimeberhard", "");
|
||||
begin_section("Documentation Manager");
|
||||
add_person("Joachim Eberhard", "joachimeberhard", "");
|
||||
end_section();
|
||||
end_section();
|
||||
|
||||
begin_section("Retired Team Members");
|
||||
|
Loading…
x
Reference in New Issue
Block a user