summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index c2122f8c37..2e06159615 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -33,7 +33,7 @@ void item_colour( item_def &item );
/* ***********************************************************************
* called from: files
* *********************************************************************** */
-void builder(int level_number, char level_type);
+void builder(int level_number, int level_type);
// last updated 12may2000 {dlb}