1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-03 04:39:17 +00:00

added hotdogPi to credits

This commit is contained in:
Zeno Rogue 2018-01-06 22:57:47 +01:00
parent 36f16f42bf
commit 7ee12bccc1

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",
"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"
"Kojiguchi Kazuki, baconcow, Alan, SurelyYouJest, hotdogPi"
);
#ifdef EXTRALICENSE
h += EXTRALICENSE;