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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user