summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 10:06:09 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 10:06:09 +0000
commite11f6ceb8c6fcd91d774303208ae1818428524db (patch)
tree9bb2235e632cc924b6fd30adf36b2f0dde5af663 /crawl-ref/source/files.h
parent367e8413d532c0acf61a4c258f7482cf9f994eaa (diff)
downloadcrawl-ref-e11f6ceb8c6fcd91d774303208ae1818428524db.tar.gz
crawl-ref-e11f6ceb8c6fcd91d774303208ae1818428524db.zip
load() cleanups.
Rock stairs now take you to the closest stair distance-wise. This invalidates the interlevel travel cache. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1365 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index ccf73c3a62..ecd63dcf98 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -44,7 +44,7 @@ std::string get_savedir_path(const std::string &shortpath);
std::string get_prefs_filename();
-void load( int stair_taken, int load_mode, bool was_a_labyrinth,
+void load( int stair_taken, load_mode_type load_mode, bool was_a_labyrinth,
int old_level, branch_type where_were_you2 );
// last updated 12may2000 {dlb}