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 /tools | |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |