mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-03 18:22:49 +00:00
rogueviz::fifteen:: do not show incorrectly items/monsters
This commit is contained in:
parent
14b0b589e2
commit
5a5266ec77
@ -142,7 +142,7 @@ void scramble() {
|
|||||||
bool draw_fifteen(cell *c, const shiftmatrix& V) {
|
bool draw_fifteen(cell *c, const shiftmatrix& V) {
|
||||||
hr::addaura(tC0(V), darkened(0x0000FF), 0);
|
hr::addaura(tC0(V), darkened(0x0000FF), 0);
|
||||||
lastexplore = turncount;
|
lastexplore = turncount;
|
||||||
if(!fif.count(c)) { c->land = laNone; c->wall = waChasm; return false; }
|
if(!fif.count(c)) { c->land = laNone; c->wall = waChasm; c->item = itNone; c->monst = moNone; return false; }
|
||||||
check_move();
|
check_move();
|
||||||
|
|
||||||
auto& cd = fif[c];
|
auto& cd = fif[c];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user