From c1ef5938fc2980747eea1120baa6e56b1b1e868c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 13 Jun 2018 00:13:53 +0200 Subject: [PATCH] added the GitHub contributors to the in-game credits --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 8ffb2087..5ee1f0bb 100644 --- a/help.cpp +++ b/help.cpp @@ -149,7 +149,7 @@ void buildCredits() { "special thanks to the following people for their bug reports, feature requests, porting, and other help:\n\n%1\n\n", "Konstantin Stupnik, ortoslon, chrysn, Adam Borowski, Damyan Ivanov, Ryan Farnsley, mcobit, Darren Grey, tricosahedron, Maciej Chojecki, Marek Čtrnáct, " "wonderfullizardofoz, Piotr Migdał, tehora, Michael Heerdegen, Sprite Guard, zelda0x181e, Vipul, snowyowl0, Patashu, phenomist, Alan Malloy, Tom Fryers, Sinquetica, _monad, CtrlAltDestroy, jruderman, " - "Kojiguchi Kazuki, baconcow, Alan, SurelyYouJest, hotdogPi, DivisionByZero, xXxWeedGokuxXx, jpystynen" + "Kojiguchi Kazuki, baconcow, Alan, SurelyYouJest, hotdogPi, DivisionByZero, xXxWeedGokuxXx, jpystynen, Dmitry Marakasov, Alexandre Moine, Arthur O'Dwyer" ); #ifdef EXTRALICENSE help += EXTRALICENSE;