* Sets the amount of fuel. * @param value The amount of fuel. */
| 438 | * @param value The amount of fuel. |
| 439 | */ |
| 440 | void MapData::setFuel(int value) |
| 441 | { |
| 442 | _fuel = value; |
| 443 | } |
| 444 | |
| 445 | /** |
| 446 | * Gets the loft index for a certain layer. |
no outgoing calls
no test coverage detected