* Returns if the game is set to ironman mode. * Ironman games cannot be manually saved. * @return Tony Stark */
| 590 | * @return Tony Stark |
| 591 | */ |
| 592 | bool SavedGame::isIronman() const |
| 593 | { |
| 594 | return _ironman; |
| 595 | } |
| 596 | |
| 597 | /** |
| 598 | * Changes if the game is set to ironman mode. |
no outgoing calls
no test coverage detected