summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 14:05:13 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 14:05:13 +0000
commitac738ba838f899d98ff0570e1070cdd62d6b77c5 (patch)
tree9e7e7c9602afc754150e76f8b80e1c96eda60be8 /crawl-ref/source/player.h
parent35129e9e324fd6464cb8799edfca960881a0dd09 (diff)
downloadcrawl-ref-ac738ba838f899d98ff0570e1070cdd62d6b77c5.tar.gz
crawl-ref-ac738ba838f899d98ff0570e1070cdd62d6b77c5.zip
Add a "forget level map" command, Ctrl-F, to level map. This command used
to be for waypoints along with Ctrl-W but as that never made it into the level map help I don't think it matters. (FR 1745112) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2537 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 443c6666d6..dd12489769 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -282,7 +282,7 @@ void display_char_status(void);
/* ***********************************************************************
* called from: item_use - items - misc - spells - spells3
* *********************************************************************** */
-void forget_map(unsigned char chance_forgotten);
+void forget_map(unsigned char chance_forgotten = 100, bool force = false);
// last updated 19may2000 {dlb}