summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index bba74ba330..d420642a43 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -37,7 +37,7 @@ struct vault_placement
}
};
-int vault_main(map_type vgrid,
+int vault_main(map_type vgrid,
vault_placement &vp,
int vault_force,
bool check_place = false,