Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-09 07:24:18 -05:00
39 changed files with 239 additions and 230 deletions

View File

@@ -3260,8 +3260,8 @@ domagictrap()
struct obj pseudo;
long save_conf = HConfusion;
pseudo = g.zeroobj; /* neither cursed nor blessed,
and zero out oextra */
pseudo = cg.zeroobj; /* neither cursed nor blessed,
and zero out oextra */
pseudo.otyp = SCR_REMOVE_CURSE;
HConfusion = 0L;
(void) seffects(&pseudo);