mirror of https://github.com/OpenTTD/OpenTTD
(svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes before 'p'
parent
5ed77b4919
commit
178b35d555
|
@ -548,7 +548,6 @@ X.X) Credits:
|
||||||
---- --------
|
---- --------
|
||||||
The OpenTTD team (in alphabetical order):
|
The OpenTTD team (in alphabetical order):
|
||||||
Albert Hofkamp (Alberth) - GUI expert
|
Albert Hofkamp (Alberth) - GUI expert
|
||||||
Ingo von Borstel (planetmaker) - Support
|
|
||||||
Jean-François Claeys (Belugas) - GUI, newindustries and more
|
Jean-François Claeys (Belugas) - GUI, newindustries and more
|
||||||
Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework
|
Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework
|
||||||
Christoph Elsenhans (frosch) - General coding
|
Christoph Elsenhans (frosch) - General coding
|
||||||
|
@ -556,6 +555,7 @@ The OpenTTD team (in alphabetical order):
|
||||||
Michael Lutz (michi_cc) - Path based signals
|
Michael Lutz (michi_cc) - Path based signals
|
||||||
Owen Rudge (orudge) - Forum host, OS/2 port
|
Owen Rudge (orudge) - Forum host, OS/2 port
|
||||||
Peter Nelson (peter1138) - Spiritual descendant from newGRF gods
|
Peter Nelson (peter1138) - Spiritual descendant from newGRF gods
|
||||||
|
Ingo von Borstel (planetmaker) - Support
|
||||||
Remko Bijker (Rubidium) - Lead coder and way more
|
Remko Bijker (Rubidium) - Lead coder and way more
|
||||||
Zdeněk Sojka (SmatZ) - Bug finder and fixer
|
Zdeněk Sojka (SmatZ) - Bug finder and fixer
|
||||||
José Soler (Terkhen) - General coding
|
José Soler (Terkhen) - General coding
|
||||||
|
|
|
@ -385,7 +385,6 @@ static const char * const _credits[] = {
|
||||||
"",
|
"",
|
||||||
"The OpenTTD team (in alphabetical order):",
|
"The OpenTTD team (in alphabetical order):",
|
||||||
" Albert Hofkamp (Alberth) - GUI expert",
|
" Albert Hofkamp (Alberth) - GUI expert",
|
||||||
" Ingo von Borstel (planetmaker) - Support",
|
|
||||||
" Jean-Fran\xC3\xA7ois Claeys (Belugas) - GUI, newindustries and more",
|
" Jean-Fran\xC3\xA7ois Claeys (Belugas) - GUI, newindustries and more",
|
||||||
" Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",
|
" Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",
|
||||||
" Christoph Elsenhans (frosch) - General coding",
|
" Christoph Elsenhans (frosch) - General coding",
|
||||||
|
@ -393,6 +392,7 @@ static const char * const _credits[] = {
|
||||||
" Michael Lutz (michi_cc) - Path based signals",
|
" Michael Lutz (michi_cc) - Path based signals",
|
||||||
" Owen Rudge (orudge) - Forum host, OS/2 port",
|
" Owen Rudge (orudge) - Forum host, OS/2 port",
|
||||||
" Peter Nelson (peter1138) - Spiritual descendant from NewGRF gods",
|
" Peter Nelson (peter1138) - Spiritual descendant from NewGRF gods",
|
||||||
|
" Ingo von Borstel (planetmaker) - Support",
|
||||||
" Remko Bijker (Rubidium) - Lead coder and way more",
|
" Remko Bijker (Rubidium) - Lead coder and way more",
|
||||||
" Zden\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer",
|
" Zden\xC4\x9Bk Sojka (SmatZ) - Bug finder and fixer",
|
||||||
" Jos\xC3\xA9 Soler (Terkhen) - General coding",
|
" Jos\xC3\xA9 Soler (Terkhen) - General coding",
|
||||||
|
|
Loading…
Reference in New Issue