mirror of https://github.com/OpenTTD/OpenTTD
Doc: Standardize map size notation and multiply operator
parent
37c9247a29
commit
878d81f591
|
@ -157,7 +157,7 @@ static const int HEIGHT_DECIMAL_BITS = 4;
|
|||
using Amplitude = int;
|
||||
static const int AMPLITUDE_DECIMAL_BITS = 10;
|
||||
|
||||
/** Height map - allocated array of heights (Map::SizeX() + 1) x (Map::SizeY() + 1) */
|
||||
/** Height map - allocated array of heights (Map::SizeX() + 1) * (Map::SizeY() + 1) */
|
||||
struct HeightMap
|
||||
{
|
||||
std::vector<Height> h; //< array of heights
|
||||
|
|
Loading…
Reference in New Issue