From 9d1463d7bdca2b485c5f8caa9b86782f29e30f8c Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 26 Jun 2007 16:57:36 +0000 Subject: Added support for a validation hook for maps to check if they're A-Ok. Tweaked savefile format (breaks saves) to allow the game to perform emergency saves if level-generation fails (followers are lost, needs to be fixed). [1743698] Re-refixed SP_ELF stub (Eino). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1659 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/effects.cc') diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc index f3661b0f4c..9c96fa5a35 100644 --- a/crawl-ref/source/effects.cc +++ b/crawl-ref/source/effects.cc @@ -136,7 +136,7 @@ static std::string who_banished(const std::string &who) return (who.empty()? who : " (" + who + ")"); } -void banished(int gate_type, const std::string &who) +void banished(dungeon_feature_type gate_type, const std::string &who) { #ifdef DGL_MILESTONES if (gate_type == DNGN_ENTER_ABYSS) -- cgit v1.2.3-54-g00ecf