From 47c674888548f5585af68a0d72deae188af6f2a3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Sep 2017 13:25:00 +0200 Subject: [PATCH] added Alan to credits --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index bcd124a6..eb077ce6 100644 --- a/help.cpp +++ b/help.cpp @@ -97,7 +97,7 @@ string 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" + "Kojiguchi Kazuki, baconcow, Alan" ); #ifdef EXTRALICENSE h += EXTRALICENSE;