From 4659bda92ee4748248f9ef5e5e978f155fb20672 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 12 Nov 2009 23:21:01 +0100 Subject: Revert "Rewrite zap_los_monsters using monster_iter." This reverts commit a57747c0c0f207a2cb5bee3e4d576f1feb355f96. --- crawl-ref/source/stuff.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index fe5ff15245..4a7fab6c11 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -93,7 +93,6 @@ template inline Z sgn(Z x) } bool is_trap_square(dungeon_feature_type grid); -void zap_los_items(); void zap_los_monsters(); int integer_sqrt(int value); -- cgit v1.2.3-54-g00ecf