back out part1 patch (trunk only)

I got an unexpected access violation since
checking in that patch, so I'm backing out the
change while investigating.
This commit is contained in:
nethack.allison
2006-07-08 20:16:13 +00:00
parent 699330928d
commit 90f640a935
8 changed files with 47 additions and 102 deletions

View File

@@ -357,7 +357,7 @@ int psflags;
if (new_light == 1) ++new_light; /* otherwise it's undetectable */
if (new_light)
new_light_source(u.ux, u.uy, new_light,
LS_MONSTER, monst_to_any(&youmonst));
LS_MONSTER, (genericptr_t)&youmonst);
}
}