* Sets the amount of explosive. * @param value The amount of explosive. */
| 476 | * @param value The amount of explosive. |
| 477 | */ |
| 478 | void MapData::setExplosive(int value) |
| 479 | { |
| 480 | _explosive = value; |
| 481 | } |
| 482 | |
| 483 | /** |
| 484 | * Sets the SCANG.DAT index for minimap. |
no outgoing calls
no test coverage detected