Clarify strongholds comment.

This commit is contained in:
Tom Schumm 2018-07-04 13:47:46 -07:00
parent 486c0cdb95
commit 571e4b41ac
2 changed files with 4 additions and 4 deletions

View File

@ -947,8 +947,8 @@ void findStrongholds_pre19(LayerStack *g, int *cache, Pos *locations, int64_t wo
/* findStrongholds
* ---------------------
* Finds up to 128 strongholds as in MC since 1.9. Returns the number of
* strongholds found within the specified radius.
* Finds up to 128 strongholds which generate since MC 1.9. Returns the number
* of strongholds found within the specified radius.
* Warning: Slow!
*
* g : generator layer stack [world seed will be updated]

View File

@ -225,8 +225,8 @@ void findStrongholds_pre19(LayerStack *g, int *cache, Pos *locations, int64_t wo
/* findStrongholds
* ---------------------
* Finds up to 128 strongholds as in MC since 1.9. Returns the number of
* strongholds found within the specified radius.
* Finds up to 128 strongholds which generate since MC 1.9. Returns the number
* of strongholds found within the specified radius.
* Warning: Slow!
*
* g : generator layer stack [world seed will be updated]