aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();