| 91 | // cHeiGenFlat: |
| 92 | |
| 93 | void cHeiGenFlat::GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMap & a_HeightMap) |
| 94 | { |
| 95 | for (size_t i = 0; i < ARRAYCOUNT(a_HeightMap); i++) |
| 96 | { |
| 97 | a_HeightMap[i] = m_Height; |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | |
| 102 |
no test coverage detected