aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-04-09 14:51:47 +0000
committerMax Horn2006-04-09 14:51:47 +0000
commitb75be44d06ca37c5757ea95e6f36538b4e2e3afa (patch)
treeeea8a99192ac8700d669676ad79c02f137ec63cf
parent5cd18ccad35cd87a5550bbe706be993d35b941cc (diff)
downloadscummvm-rg350-b75be44d06ca37c5757ea95e6f36538b4e2e3afa.tar.gz
scummvm-rg350-b75be44d06ca37c5757ea95e6f36538b4e2e3afa.tar.bz2
scummvm-rg350-b75be44d06ca37c5757ea95e6f36538b4e2e3afa.zip
Sev now is project lead, too
svn-id: r21728
-rw-r--r--AUTHORS1
-rw-r--r--doc/credits.tex1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
4 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 79ea1a846e..5e8a4e6ac9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ ScummVM Team
---------------
James Brown
Max Horn
+ Eugene Sandulenko
Engine Teams
------------
diff --git a/doc/credits.tex b/doc/credits.tex
index a0301fbc13..ca9cd8d49e 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -8,6 +8,7 @@
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
James Brown & \textit{}\\
Max Horn & \textit{}\\
+ Eugene Sandulenko & \textit{}\\
\end{tabular}
\end{list}
\item \textbf{\large Engine Teams}
diff --git a/gui/credits.h b/gui/credits.h
index b53fb474dc..2b830f3e74 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -5,6 +5,7 @@ static const char *credits[] = {
"\\C\\c1""Project Leaders",
"\\C\\c0""James Brown",
"\\C\\c0""Max Horn",
+"\\C\\c0""Eugene Sandulenko",
"\\C\\c0""",
"\\C\\c1""Engine Teams",
"\\C\\c1""SCUMM",
diff --git a/tools/credits.pl b/tools/credits.pl
index 4d0b544f88..855113de6c 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -436,6 +436,7 @@ begin_credits("Credits");
begin_persons();
add_person('James Brown', 'ender', "");
add_person('Max Horn', 'Fingolfin', "");
+ add_person("Eugene Sandulenko", "sev", "");
end_persons();
end_section();