diff options
author | Oystein Eftevaag | 2006-01-10 02:58:08 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2006-01-10 02:58:08 +0000 |
commit | ab33f59fe2e51b2fc4a467cb8291a8107a7661dc (patch) | |
tree | d2871b5d212c0a413a643b8316fe114c1621b91b | |
parent | 6946efeb7f87d104ba5416935032c01033b7b805 (diff) | |
download | scummvm-rg350-ab33f59fe2e51b2fc4a467cb8291a8107a7661dc.tar.gz scummvm-rg350-ab33f59fe2e51b2fc4a467cb8291a8107a7661dc.tar.bz2 scummvm-rg350-ab33f59fe2e51b2fc4a467cb8291a8107a7661dc.zip |
Rearranging kyra credits, I put in the wrong alphabetical order last time.
svn-id: r19963
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | doc/10.tex | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -48,9 +48,9 @@ ScummVM Team Eugene Sandulenko Kyra: + Oystein Eftevaag Gregory Montoir Johannes Schickel - Oystein Eftevaag SAGA: Torbjorn Andersson diff --git a/doc/10.tex b/doc/10.tex index 248658dabd..91a945fd7b 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -73,9 +73,9 @@ \item \textbf{ Kyra} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{4cm}l} + Oystein Eftevaag & \textit{}\\ 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 7daf892ef2..4a647c96d7 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -48,9 +48,9 @@ static const char *credits[] = { "\\C\\c0""Eugene Sandulenko", "\\C\\c0""", "\\C\\c1""Kyra", +"\\C\\c0""Oystein Eftevaag", "\\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 0445c05975..5dc8a60611 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -486,9 +486,9 @@ begin_credits("Credits"); end_section(); begin_section("Kyra"); + add_person("Oystein Eftevaag", "vinterstum", ""); add_person("Gregory Montoir", "cyx", ""); add_person("Johannes Schickel", "LordHoto", ""); - add_person("Oystein Eftevaag", "vinterstum", ""); end_section(); begin_section("SAGA"); |