diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/10.tex | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,7 @@ ScummVM Team Gob: Torbjorn Andersson Sven Hesse + Willem Jan Palenstijn Eugene Sandulenko Kyra: diff --git a/doc/10.tex b/doc/10.tex index a8c255bb2e..be0a124109 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -75,6 +75,7 @@ \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} Torbj\"orn Andersson & \textit{}\\ Sven Hesse & \textit{}\\ + Willem Jan Palenstijn & \textit{}\\ Eugene Sandulenko & \textit{}\\ \end{tabular} \end{list} diff --git a/gui/credits.h b/gui/credits.h index 3d41b7a18c..11223d01ad 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -50,6 +50,7 @@ static const char *credits[] = { "\\C\\c1""Gob", "\\C\\c0""Torbjorn Andersson", "\\C\\c0""Sven Hesse", +"\\C\\c0""Willem Jan Palenstijn", "\\C\\c0""Eugene Sandulenko", "\\C\\c0""", "\\C\\c1""Kyra", diff --git a/tools/credits.pl b/tools/credits.pl index ca23dfada4..4e3e2324d1 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -488,6 +488,7 @@ begin_credits("Credits"); begin_section("Gob"); add_person("Torbjörn Andersson", "eriktorbjorn", ""); add_person("Sven Hesse", "DrMcCoy", ""); + add_person("Willem Jan Palenstijn", "wjp", ""); add_person("Eugene Sandulenko", "sev", ""); end_section(); |