| 144 | } |
| 145 | |
| 146 | void cRandomMap::setSeed(const int16 pSeed) { |
| 147 | |
| 148 | return mParams.mRandom.setSeed(pSeed); |
| 149 | } |
| 150 | |
| 151 | cPosition* cRandomMap::getRandomXYByTileID(std::vector<size_t> pTiles, size_t pRadius) { |
| 152 | int32 Radius = (int32) pRadius; |
no outgoing calls
no test coverage detected