diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/credits.tex | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -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(); |