Removed obsolete test stuff from my credits description :-)

svn-id: r21435
This commit is contained in:
Max Horn 2006-03-24 17:40:34 +00:00
parent 4420e7b98a
commit f433bdb566
4 changed files with 3 additions and 6 deletions

View File

@ -3,9 +3,7 @@ ScummVM Team
Project Leaders
---------------
James Brown
Max Horn - This is a long desc. A really, really long long
description. No I really mean *long* like in
'very long'!
Max Horn
Engine Teams
------------

View File

@ -7,7 +7,7 @@
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
James Brown & \textit{}\\
Max Horn & \textit{This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!}\\
Max Horn & \textit{}\\
\end{tabular}
\end{list}
\item \textbf{\large Engine Teams}

View File

@ -5,7 +5,6 @@ static const char *credits[] = {
"\\C\\c1""Project Leaders",
"\\C\\c0""James Brown",
"\\C\\c0""Max Horn",
"\\C\\c2""This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!",
"\\C\\c0""",
"\\C\\c1""Engine Teams",
"\\C\\c1""SCUMM",

View File

@ -435,7 +435,7 @@ begin_credits("Credits");
begin_section("Project Leaders");
begin_persons();
add_person('James Brown', 'ender', "");
add_person('Max Horn', 'Fingolfin', "This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!");
add_person('Max Horn', 'Fingolfin', "");
end_persons();
end_section();