Add: "restart current" console command to regenerate the map based on current settings (#11963)

This commit is contained in:
Patric Stout
2024-02-03 15:48:54 +01:00
committed by GitHub
parent 17d02ed45f
commit 0dfba564ab
3 changed files with 22 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ enum GameMode {
enum SwitchMode {
SM_NONE,
SM_NEWGAME, ///< New Game --> 'Random game'.
SM_RESTARTGAME, ///< Restart --> 'Random game' with current settings.
SM_RELOADGAME, ///< Reload the savegame / scenario / heightmap you started the game with.
SM_EDITOR, ///< Switch to scenario editor.
SM_LOAD_GAME, ///< Load game, Play Scenario.