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

@@ -43,7 +43,7 @@ typedef struct ls_t {
short range; /* source's current range */
short flags;
short type; /* type of light source */
anything id; /* source's identifier */
genericptr_t id; /* source's identifier */
} light_source;
#endif /* LEV_H */