* Returns the minimum required fuel for the * craft to make it back to base. * @return Fuel amount. */
| 602 | * @return Fuel amount. |
| 603 | */ |
| 604 | int Craft::getFuelLimit() const |
| 605 | { |
| 606 | return getFuelLimit(_base); |
| 607 | } |
| 608 | |
| 609 | /** |
| 610 | * Returns the minimum required fuel for the |
no outgoing calls
no test coverage detected