mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed floorshape gp delayer
This commit is contained in:
parent
e72758c973
commit
7e728f9341
@ -554,7 +554,7 @@ namespace gp {
|
|||||||
}
|
}
|
||||||
auto& id = pshid[siid][sidir][draw_li.relative.first&31][draw_li.relative.second&31][fix6(draw_li.total_dir)];
|
auto& id = pshid[siid][sidir][draw_li.relative.first&31][draw_li.relative.second&31][fix6(draw_li.total_dir)];
|
||||||
if(id == -1 && sphere && isize(shFloor.b) > 0) {
|
if(id == -1 && sphere && isize(shFloor.b) > 0) {
|
||||||
forCellEx(c1, c) if(!gmatrix.count(c1)) return 0;
|
forCellEx(c1, c) if(!gmatrix0.count(c1)) return 0;
|
||||||
}
|
}
|
||||||
if(id == -1) build_plainshape(id, draw_li, c, siid, sidir);
|
if(id == -1) build_plainshape(id, draw_li, c, siid, sidir);
|
||||||
return id;
|
return id;
|
||||||
|
Loading…
Reference in New Issue
Block a user