summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-01 03:34:35 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-01 03:34:35 +0100
commit02d72b998fab09840ff10f6f1c673b8da0fff96f (patch)
treee0c0c397a763442228abd7b7d2678e7c5c4c7bb7 /crawl-ref/source/stairs.h
parent452e414e47d5cab5903913627c3613e6c45f68da (diff)
downloadcrawl-ref-02d72b998fab09840ff10f6f1c673b8da0fff96f.tar.gz
crawl-ref-02d72b998fab09840ff10f6f1c673b8da0fff96f.zip
Don't take notes or cancel tornado when restoring the game.
Notes were then kludged to get suppressed. I'm not sure if there's something else that depends on that kludge.
Diffstat (limited to 'crawl-ref/source/stairs.h')
-rw-r--r--crawl-ref/source/stairs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stairs.h b/crawl-ref/source/stairs.h
index 3c05140013..ea79d84651 100644
--- a/crawl-ref/source/stairs.h
+++ b/crawl-ref/source/stairs.h
@@ -12,7 +12,7 @@ void down_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
const level_id* force_dest = NULL);
void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
entry_cause_type entry_cause = EC_UNKNOWN);
-void new_level();
+void new_level(bool restore = false);
int runes_in_pack(std::vector<int> &runes);
dungeon_feature_type random_stair();