From 7f12c7e0e62b21713e4474b809f40d7519eafc9b Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 31 Mar 2024 15:46:10 -0700 Subject: [PATCH] comment thinko --- src/mcastu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcastu.c b/src/mcastu.c index cd54ff7e2..f9b315c65 100644 --- a/src/mcastu.c +++ b/src/mcastu.c @@ -229,7 +229,7 @@ castmu( } if (mattk->adtyp == AD_SPEL || mattk->adtyp == AD_CLRC) { - /* monst->m_lev is unsigned (uchar), permonst->mspec_used is int */ + /* monst->m_lev is unsigned (uchar), monst->mspec_used is int */ mtmp->mspec_used = (int) ((mtmp->m_lev < 8) ? (10 - mtmp->m_lev) : 2); }