From 6d1ec443f172f71c14482ab688ce41d0f950b920 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 10 Jun 2008 07:23:42 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5696 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mstuff2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc index 99c4052b3b..531a6d248f 100644 --- a/crawl-ref/source/mstuff2.cc +++ b/crawl-ref/source/mstuff2.cc @@ -142,7 +142,7 @@ void mons_trap(struct monsters *monster) case TRAP_TELEPORT: monster_teleport(monster, true); break; - // alarm traps aren't set off by hostile monsters, because that would + // Alarm traps aren't set off by hostile monsters, because that would // be way too nasty for the player. case TRAP_ALARM: if (!mons_friendly(monster) || silenced(monster->x, monster->y)) -- cgit v1.2.3-54-g00ecf