diff --git a/readme.txt b/readme.txt index 7cb82f5a86..28745fd17f 100644 --- a/readme.txt +++ b/readme.txt @@ -489,6 +489,7 @@ put them in the data/ folder and you're set to go. 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 index 28ae594fe5..28c2090136 100644 --- 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",