fix a comment

At one point temp_resist() was boolean and when it was changed to
long the comment preceding it wasn't updated.
This commit is contained in:
PatR
2022-04-15 00:45:35 -07:00
parent da35dfe48e
commit a15b587b81

View File

@@ -414,7 +414,9 @@ do_reset_eat(void)
newuhs(FALSE);
}
/* return True if 'prop' has a non-zero timed value and no other source */
/* if 'prop' is only set because of a timed value (so not an intrinsic
attribute or because of polymorph shape or worn or carried gear), return
its timeout, otherwise return 0 */
long
temp_resist(int prop)
{