| 237 | } |
| 238 | |
| 239 | cPosition* cRandomMap::getRandomXYByTerrainType(eTerrainFeature pType, size_t pRadius) { |
| 240 | |
| 241 | return getRandomXYByFeatures({ pType }, pRadius, true); |
| 242 | } |
| 243 | |
| 244 | int32 cRandomMap::getDistanceBetweenPositions(cPosition* pPos1, cPosition* pPos2) { |
| 245 |
nothing calls this directly
no outgoing calls
no test coverage detected