diff options
author | Max Horn | 2005-06-23 13:55:32 +0000 |
---|---|---|
committer | Max Horn | 2005-06-23 13:55:32 +0000 |
commit | 1c361ee409a24618ecfb1c2c1bf12861ee7a41e3 (patch) | |
tree | 6d30cd24f2505f9b995244fbc0ddc5e0e99a7454 /tools | |
parent | 2ea15e4822bf0bbbe3507340eabe94e6d6244884 (diff) | |
download | scummvm-rg350-1c361ee409a24618ecfb1c2c1bf12861ee7a41e3.tar.gz scummvm-rg350-1c361ee409a24618ecfb1c2c1bf12861ee7a41e3.tar.bz2 scummvm-rg350-1c361ee409a24618ecfb1c2c1bf12861ee7a41e3.zip |
Fixed credits order again
svn-id: r18439
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 8e16430deb..689ab5402b 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -362,6 +362,7 @@ begin_credits("Credits"); 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"); + add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS"); add_person("Robert Kelsen", "", "Packaging for SlackWare"); add_person("Claudio Matsuoka", "", 'Daily Linux builds'); add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches"); @@ -376,7 +377,6 @@ begin_credits("Credits"); add_person("Johannes Schickel", "LordHoto", "Thumbnails for ScummEngine"); add_person("André Souza", "", "SDL-based OpenGL renderer"); add_person("Tim ???", "realmz", "Initial MI1 CD music support"); - add_person("Andreas Karlsson", "Sprawl", "Port: EPOC/SymbianOS"); end_section(); |