From cc137f4b229d1763c3ad71fe56605b8611a1067c Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 15 Apr 2008 15:26:57 +0000 Subject: Another code cleanup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4244 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 0ed96ff2d3..b09a07272c 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -668,8 +668,14 @@ static bool _slime_pit_unlock(bool silent) return (true); } -static bool _slime_pit_unlock_offlevel() { return _slime_pit_unlock(true); } -static bool _slime_pit_unlock_onlevel() { return _slime_pit_unlock(false); } +static bool _slime_pit_unlock_offlevel() +{ + return _slime_pit_unlock(true); +} +static bool _slime_pit_unlock_onlevel() +{ + return _slime_pit_unlock(false); +} static void _fire_monster_death_event(monsters *monster, killer_type killer, -- cgit v1.2.3-54-g00ecf