forked from mirror/OpenTTD
Change: change console command "restart" and add "reload"
The current "restart" command is now called "reload", as that is what it does. The old "restart" command is now called "restart", as that is what it did. As this has not been in any official release yet, this shouldn't harm any kitten.
This commit is contained in:
committed by
Patric Stout
parent
ff89f5f4c6
commit
760b0cdc11
@@ -25,6 +25,7 @@ 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.
|
||||
SM_MENU, ///< Switch to game intro menu.
|
||||
|
Reference in New Issue
Block a user