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 Kyra: Gregory Montoir Johannes Schickel + Oystein Eftevaag SAGA: Torbjorn Andersson diff --git a/doc/10.tex b/doc/10.tex index 32b18ec5d2..248658dabd 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -75,6 +75,7 @@ \item \begin{tabular}[h]{p{4cm}l} Gregory Montoir & \textit{}\\ Johannes Schickel & \textit{}\\ + Oystein Eftevaag & \textit{}\\ \end{tabular} \end{list} \item \textbf{ SAGA} diff --git a/gui/credits.h b/gui/credits.h index 6e5fbeeb41..7daf892ef2 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -50,6 +50,7 @@ static const char *credits[] = { "\\C\\c1""Kyra", "\\C\\c0""Gregory Montoir", "\\C\\c0""Johannes Schickel", +"\\C\\c0""Oystein Eftevaag", "\\C\\c0""", "\\C\\c1""SAGA", "\\C\\c0""Torbjorn Andersson", diff --git a/tools/credits.pl b/tools/credits.pl index 48cec8650e..0445c05975 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -488,6 +488,7 @@ begin_credits("Credits"); begin_section("Kyra"); add_person("Gregory Montoir", "cyx", ""); add_person("Johannes Schickel", "LordHoto", ""); + add_person("Oystein Eftevaag", "vinterstum", ""); end_section(); begin_section("SAGA"); |