From 2dbb0810552fe4ff9287d2cd1b316476a58603c0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Jan 2019 02:05:41 +0100 Subject: [PATCH] added people to credits --- help.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index bcc350dd..e952ad1a 100644 --- a/help.cpp +++ b/help.cpp @@ -147,7 +147,8 @@ 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, Dmitry Marakasov, Alexandre Moine, Arthur O'Dwyer" + "Kojiguchi Kazuki, baconcow, Alan, SurelyYouJest, hotdogPi, DivisionByZero, xXxWeedGokuxXx, jpystynen, Dmitry Marakasov, Alexandre Moine, Arthur O'Dwyer, " + "Triple_Agent_AAA, bluetailedgnat" ); #ifdef EXTRALICENSE help += EXTRALICENSE;