(svn r22512) -Add: Save heightmap.

This commit is contained in:
alberth
2011-05-28 13:55:34 +00:00
parent 1838225192
commit f1cae9960f
5 changed files with 20 additions and 14 deletions

View File

@@ -27,9 +27,10 @@ enum SwitchMode {
SM_NEWGAME, ///< New Game --> 'Random game'.
SM_RESTARTGAME, ///< Restart --> 'Random game' with current settings.
SM_EDITOR, ///< Switch to scenario editor.
SM_LOAD, ///< Load game, Play Scenario.
SM_LOAD_GAME, ///< Load game, Play Scenario.
SM_MENU, ///< Switch to game intro menu.
SM_SAVE, ///< Save game.
SM_SAVE_GAME, ///< Save game.
SM_SAVE_HEIGHTMAP, ///< Save heightmap.
SM_GENRANDLAND, ///< Generate random land within scenario editor.
SM_LOAD_SCENARIO, ///< Load scenario from scenario editor.
SM_START_HEIGHTMAP, ///< Load a heightmap and start a new game from it.