1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 05:38:14 +00:00

added Alan to credits

This commit is contained in:
Zeno Rogue 2017-09-17 13:25:00 +02:00
parent 30ab400ad0
commit 47c6748885

View File

@ -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", "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, " "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, " "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 #ifdef EXTRALICENSE
h += EXTRALICENSE; h += EXTRALICENSE;