summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-21 15:16:15 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-21 15:16:15 +0000
commita0fc101bb8397b81ccd9cf5c1137764e14c57e89 (patch)
tree43de33e541d4274cc6787ad53571730ca8f91224 /crawl-ref/source/ouch.h
parentd5efde9cb99ea1e17d8e7f80e865dd1cacc37149 (diff)
downloadcrawl-ref-a0fc101bb8397b81ccd9cf5c1137764e14c57e89.tar.gz
crawl-ref-a0fc101bb8397b81ccd9cf5c1137764e14c57e89.zip
Fixed note taking (NOTE_HP_CHANGE) for invisible monsters
(bug 1786776) and in general (wasn't working). Also tweaked tutorial message on burning spellbooks (Bug 1799350). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2174 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 42dd31c35e..c1c063bdfb 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -96,7 +96,7 @@ void scrolls_burn(char burn_strength, char target_class);
* ouch - output - religion - spells - spells2 - spells4
* *********************************************************************** */
void ouch(int dam, int death_source, kill_method_type death_type,
- const char *aux = NULL);
+ const char *aux = NULL, bool see_source = true);
// last updated 12may2000 {dlb}