From adcc6b42f200b5a4c7f75d5826884494684a587b Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Mon, 28 Dec 2009 18:56:12 +0530 Subject: Postprocess shoals levels to fix heightmap for vaults on the level so that the tide interacts reasonably with vaults. --- crawl-ref/source/dgn-shoals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/dgn-shoals.h') diff --git a/crawl-ref/source/dgn-shoals.h b/crawl-ref/source/dgn-shoals.h index aae09ff653..f558f6606f 100644 --- a/crawl-ref/source/dgn-shoals.h +++ b/crawl-ref/source/dgn-shoals.h @@ -2,6 +2,7 @@ #define DGN_SHOALS_H void prepare_shoals(int level_number); +void shoals_postprocess_level(); void shoals_apply_tides(int turns_elapsed); #endif -- cgit v1.2.3-54-g00ecf