summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-05-28 13:55:59 +0000
committeralberth <alberth@openttd.org>2011-05-28 13:55:59 +0000
commitc6f3ded6d54d79320c5cdf4daa5d09c713084ab5 (patch)
tree91301e5e0754af135babd1d5029f1746cf96cd2e /src/fios.h
parentf1cae9960f37b853e1abc0c02b6c31590cc86cb1 (diff)
downloadopenttd-c6f3ded6d54d79320c5cdf4daa5d09c713084ab5.tar.xz
(svn r22513) -Add: Allow for saving a heightmap from the file dialogue window.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index e9a20a9fb..c34de10e9 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -99,6 +99,7 @@ enum SaveLoadDialogMode {
SLD_SAVE_GAME, ///< Save a game.
SLD_SAVE_SCENARIO, ///< Save a scenario.
SLD_LOAD_HEIGHTMAP, ///< Load a heightmap.
+ SLD_SAVE_HEIGHTMAP, ///< Save a heightmap.
};
/** The different types of files that the system knows about. */