summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.h')
-rw-r--r--crawl-ref/source/stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h
index 09af22d8d6..86df6911db 100644
--- a/crawl-ref/source/stuff.h
+++ b/crawl-ref/source/stuff.h
@@ -130,7 +130,7 @@ template <typename Z> inline Z sgn(Z x)
return (x < 0? -1 : (x > 0? 1 : 0));
}
-bool is_trap_square(int x, int y);
+bool is_trap_square(dungeon_feature_type grid);
void zap_los_monsters();
class rng_save_excursion