# HG changeset patch # User alberth # Date 2009-11-15 21:07:39 # Node ID 86f5139bf92a628fd829dea37ab72c3e8dd74fbc # Parent 265d01d56c18e2764d6e6983e5f661319fb1991f (svn r18111) -Change: One more developer added to the history of OpenTTD. diff --git a/readme.txt b/readme.txt --- a/readme.txt +++ b/readme.txt @@ -489,6 +489,7 @@ put them in the data/ folder and you're X.X) Credits: ---- -------- The OpenTTD team (in alphabetical order): + Albert Hofkamp (Alberth) - GUI expert Jean-Francois Claeys (Belugas) - GUI, newindustries and more Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -357,6 +357,7 @@ static const char * const _credits[] = { "Original graphics by Simon Foster", "", "The OpenTTD team (in alphabetical order):", + " Albert Hofkamp (Alberth) - GUI expert", " Jean-Francois Claeys (Belugas) - GUI, newindustries and more", " Bjarni Corfitzen (Bjarni) - MacOSX port, coder and vehicles", " Matthijs Kooijman (blathijs) - Pathfinder-guru, pool rework",