From 464bb3a1f4f6ac03cfcdb9cff21e084137917abb Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 7 Nov 2015 09:06:13 +0200 Subject: [PATCH] Rephrase version number in comment --- src/spell.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spell.c b/src/spell.c index 947ffcdcc..75fe0b50b 100644 --- a/src/spell.c +++ b/src/spell.c @@ -745,7 +745,8 @@ cast_protection() int l = u.ulevel, loglev = 0, gain, natac = u.uac + u.uspellprot; /* note: u.uspellprot is subtracted when find_ac() factors it into u.uac, - so adding here factors it back out (3.4.3,3.6 had this backwards) */ + so adding here factors it back out + (versions prior to 3.6 had this backwards) */ /* loglev=log2(u.ulevel)+1 (1..5) */ while (l) {