summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-10 16:11:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-10 16:11:24 +0000
commit9206d5f989a000bf928bbfc8d7bf0e64e7ce6ae3 (patch)
tree622b6aea498583bd87d3f9021465fe8cde0a7398 /crawl-ref/source/ouch.h
parentcdd916da064806bcc7da69efbb1b9cdc4ce818ad (diff)
downloadcrawl-ref-9206d5f989a000bf928bbfc8d7bf0e64e7ce6ae3.tar.gz
crawl-ref-9206d5f989a000bf928bbfc8d7bf0e64e7ce6ae3.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9407 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 29fb02de8d..ed9376b4a7 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -69,7 +69,6 @@ int actor_to_death_source(const actor* agent);
void ouch(int dam, int death_source, kill_method_type death_type,
const char *aux = NULL, bool see_source = true);
-
void lose_level(void);
bool drain_exp(bool announce_full = true);