* Sets the loft index for a certain layer. * @param loft The loft index. * @param layer The layer. */
| 458 | * @param layer The layer. |
| 459 | */ |
| 460 | void MapData::setLoftID(int loft, int layer) |
| 461 | { |
| 462 | _loftID[layer] = loft; |
| 463 | } |
| 464 | |
| 465 | /** |
| 466 | * Gets the amount of explosive. |
no outgoing calls
no test coverage detected