diff --git a/src/trap.c b/src/trap.c index d69ad9fc6..b68df92c6 100644 --- a/src/trap.c +++ b/src/trap.c @@ -2492,7 +2492,7 @@ trapeffect_landmine( } else { /* prevent landmine from killing steed, throwing you to * the ground, and then that same landmine affecting you - * again because it hasn't been deleted yet + * again because it hasn't been deleted yet */ static boolean recursive_mine = FALSE;