aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--doc/10.tex2
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl2
4 files changed, 4 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index b1b4ab0c7d..4b687d3eff 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -44,6 +44,7 @@ ScummVM Team
Gob:
Torbjorn Andersson
+ Sven Hesse
Eugene Sandulenko
Kyra:
@@ -150,7 +151,6 @@ Other contributions
Code contributions
------------------
Stuart Caie - Decoders for Simon 1 Amiga data files
- Sven Hesse - Help with gob engine
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
diff --git a/doc/10.tex b/doc/10.tex
index 192082c630..32b18ec5d2 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -66,6 +66,7 @@
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{4cm}l}
Torbj\"orn Andersson & \textit{}\\
+ Sven Hesse & \textit{}\\
Eugene Sandulenko & \textit{}\\
\end{tabular}
\end{list}
@@ -245,7 +246,6 @@ All active team members
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{4cm}l}
Stuart Caie & \textit{Decoders for Simon 1 Amiga data files}\\
- Sven Hesse & \textit{Help with gob engine}\\
Janne Huttunen & \textit{V3 actor mask support, Dig/FT SMUSH audio}\\
Kov\'acs Endre J\'anos & \textit{Several fixes for Simon1}\\
Jeroen Janssen & \textit{Numerous readability and bugfix patches}\\
diff --git a/gui/credits.h b/gui/credits.h
index 27897e61a9..6e5fbeeb41 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -44,6 +44,7 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c1""Gob",
"\\C\\c0""Torbjorn Andersson",
+"\\C\\c0""Sven Hesse",
"\\C\\c0""Eugene Sandulenko",
"\\C\\c0""",
"\\C\\c1""Kyra",
@@ -165,8 +166,6 @@ static const char *credits[] = {
"\\C\\c1""Code contributions",
"\\C\\c0""Stuart Caie",
"\\C\\c2""Decoders for Simon 1 Amiga data files",
-"\\C\\c0""Sven Hesse",
-"\\C\\c2""Help with gob engine",
"\\C\\c0""Janne Huttunen",
"\\C\\c2""V3 actor mask support, Dig/FT SMUSH audio",
"\\C\\c0""Kovacs Endre Janos",
diff --git a/tools/credits.pl b/tools/credits.pl
index 2ef1fb11ea..48cec8650e 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -481,6 +481,7 @@ begin_credits("Credits");
begin_section("Gob");
add_person("Torbjörn Andersson", "eriktorbjorn", "");
+ add_person("Sven Hesse", "DrMcCoy", "");
add_person("Eugene Sandulenko", "sev", "");
end_section();
@@ -618,7 +619,6 @@ begin_credits("Credits");
begin_section("Code contributions");
begin_persons();
add_person("Stuart Caie", "", "Decoders for Simon 1 Amiga data files");
- add_person("Sven Hesse", "", 'Help with gob engine');
add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
add_person("Kovács Endre János", "", "Several fixes for Simon1");
add_person("Jeroen Janssen", "", "Numerous readability and bugfix patches");