diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2019-09-07 18:52:32 +0100 |
---|---|---|
committer | glx22 <glx22@users.noreply.github.com> | 2019-10-28 23:52:54 +0100 |
commit | a407db54cf454557300929622f82cb8896cdbda2 (patch) | |
tree | 7a05f66a8f5e3bdbec9a9cf21f48d319f7cef6b1 | |
parent | c46581e91f0e2c8f489494bb9cdc1752db79d8e5 (diff) | |
download | openttd-a407db54cf454557300929622f82cb8896cdbda2.tar.xz |
Add: Me
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | src/misc_gui.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -651,6 +651,7 @@ terms for Bootstrap documentation. - Ulf Hermann (fonsinchen) - Cargo Distribution (since 1.3) - Christoph Elsenhans (frosch) - General coding (since 0.6) - Loïc Guilloux (glx) - Windows Expert (since 0.4.5) +- Charles Pigott (LordAro) - General / Correctness police (since 1.9) - Michael Lutz (michi_cc) - Path based signals (since 0.7) - Niels Martin Hansen (nielsm) - Music system, general coding (since 1.9) - Owen Rudge (orudge) - Forum host, OS/2 port (since 0.1) diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index 353972d48..dc5ec54fd 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -423,6 +423,7 @@ static const char * const _credits[] = { " Ulf Hermann (fonsinchen) - Cargo Distribution (since 1.3)", " Christoph Elsenhans (frosch) - General coding (since 0.6)", " Lo\xC3\xAF""c Guilloux (glx) - General / Windows Expert (since 0.4.5)", + " Charles Pigott (LordAro) - General / Correctness police (since 1.9)", " Michael Lutz (michi_cc) - Path based signals (since 0.7)", " Niels Martin Hansen (nielsm) - Music system, general coding (since 1.9)", " Owen Rudge (orudge) - Forum host, OS/2 port (since 0.1)", |