summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-08-07 19:16:32 +0000
committerbjarni <bjarni@openttd.org>2005-08-07 19:16:32 +0000
commit170a0820131d19f061b1b2ddf9d2de500b2cdefb (patch)
treef85f7ba474b660a7d4568690c9731a0afba8189a
parent689dc10b139eab194f8870e1de410b22bb983de9 (diff)
downloadopenttd-170a0820131d19f061b1b2ddf9d2de500b2cdefb.tar.xz
(svn r2836) fixed the alphabetical order of the credits list like it says it is in
-rw-r--r--misc_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_gui.c b/misc_gui.c
index 7fdfba679..0b514af32 100644
--- a/misc_gui.c
+++ b/misc_gui.c
@@ -189,8 +189,8 @@ static const char *credits[] = {
"Original graphics by Simon Foster",
"",
"The OpenTTD team (in alphabetical order):",
- " Matthijs Kooijman (blathijs) - Pathfinder-god",
" Bjarni Corfitzen (Bjarni) - MacOSX port, coder",
+ " Matthijs Kooijman (blathijs) - Pathfinder-god",
" Victor Fischer (Celestar) - Programming everywhere you need him to",
" Tamás Faragó (Darkvater) - Lead coder",
" Kerekes Miham (MiHaMiX) - Translator system, and Nightlies host",