* Returns the game's difficulty level. * @return Difficulty level. */
| 571 | * @return Difficulty level. |
| 572 | */ |
| 573 | GameDifficulty SavedGame::getDifficulty() const |
| 574 | { |
| 575 | return _difficulty; |
| 576 | } |
| 577 | |
| 578 | /** |
| 579 | * Changes the game's difficulty to a new level. |
no outgoing calls
no test coverage detected