summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 38c8014ba0..5b89d73871 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -89,7 +89,7 @@ monster_type rand_dragon( dragon_class_type type );
* called from: monplace monstuff
* *********************************************************************** */
void mark_interesting_monst(struct monsters* monster,
- char behaviour = BEH_SLEEP);
+ char behaviour = BEH_SLEEP);
bool grid_compatible(int grid_wanted, int actual_grid, bool generation = false);
bool monster_habitable_grid(int monster_class, int actual_grid,