From afc4e2fca07e36e7833f60a9ce7a8b79bb28de38 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 30 Apr 2008 03:17:29 +0000 Subject: Add minor cosmetic fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4774 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index d434e2e253..dc8c8624dc 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -61,7 +61,7 @@ static bool _abyss_blocks_teleport(bool cblink) return (false); // Controlled Blink (the spell) works quite reliably in the Abyss. - return (cblink? one_chance_in(3) : !one_chance_in(3)); + return (cblink ? one_chance_in(3) : !one_chance_in(3)); } // If wizard_blink is set, all restriction are ignored (except for -- cgit v1.2.3-54-g00ecf