From 1d715e59047e4c69d76fdca9976e850f0c57f9ed Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 2 Jul 2008 23:48:38 +0000 Subject: Add minor cosmetic fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6359 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monstuff.h') diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h index 30fc17ecfc..8cebd84d8f 100644 --- a/crawl-ref/source/monstuff.h +++ b/crawl-ref/source/monstuff.h @@ -40,10 +40,10 @@ struct level_exit bool unreachable; public: - level_exit(coord_def c = coord_def(-1, -1), + level_exit(coord_def t = coord_def(-1, -1), bool u = true) - : target(c), unreachable(u) + : target(t), unreachable(u) { } }; -- cgit v1.2.3-54-g00ecf