summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 4323b3e38f..d3ae812e33 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -581,7 +581,7 @@ void expose_player_to_element( beam_type flavour, int strength )
expose_invent_to_element( flavour, strength );
}
-void lose_level(void)
+void lose_level()
{
// because you.experience is unsigned long, if it's going to be -ve
// must die straightaway.