1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-17 18:54:48 +00:00

fixed a typo in comment

This commit is contained in:
Zeno Rogue 2021-07-29 14:47:16 +02:00
parent ced16a2f4e
commit c0f91c0ea9

View File

@ -321,7 +321,7 @@ struct heptagon : cdata_or_heptagon {
unsigned int dm4: 2;
/** \brief distance from the origin; based on the final geometry of cells, not heptagons themselves */
short distance;
/** \brief Wmerald/wineyard generator. May have different meaning in other geometries. */
/** \brief Emerald/wineyard generator. May have different meaning in other geometries. */
short emeraldval;
/** \brief Palace pattern generator. May have different meaning in other geometries. */
short fiftyval;