From 62cfec6f0b7b50f1b0fbed90afaaa354681fe9ef Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 15 Jul 2007 18:20:37 +0000 Subject: &^X allows you to set experience level directly in wizmode. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1877 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') 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. -- cgit v1.2.3-54-g00ecf