Fix the part I forgot
This commit is contained in:
@@ -4133,7 +4133,7 @@ maybe_unhide_at(coordxy x, coordxy y)
|
|||||||
if ((mtmp = m_at(x, y)) == 0 && u_at(x, y)) {
|
if ((mtmp = m_at(x, y)) == 0 && u_at(x, y)) {
|
||||||
mtmp = &gy.youmonst;
|
mtmp = &gy.youmonst;
|
||||||
undetected = u.uundetected;
|
undetected = u.uundetected;
|
||||||
} else {
|
} else if (mtmp) {
|
||||||
undetected = mtmp->mundetected;
|
undetected = mtmp->mundetected;
|
||||||
}
|
}
|
||||||
if (mtmp && undetected
|
if (mtmp && undetected
|
||||||
|
|||||||
Reference in New Issue
Block a user