diff options
author | bjarni <bjarni@openttd.org> | 2005-08-07 19:16:32 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-08-07 19:16:32 +0000 |
commit | b0d4e391dad67d931b5eb87976d8a71c314eb9fe (patch) | |
tree | f85f7ba474b660a7d4568690c9731a0afba8189a | |
parent | b101846d3b096ba525990efcc3f832cf4e2955d1 (diff) | |
download | openttd-b0d4e391dad67d931b5eb87976d8a71c314eb9fe.tar.xz |
(svn r2836) fixed the alphabetical order of the credits list like it says it is in
-rw-r--r-- | misc_gui.c | 2 |
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", |