mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-27 04:52:50 +00:00
floorshapes for goldberg_inv fake
This commit is contained in:
parent
5a0931bb3c
commit
0681d0bce1
@ -413,8 +413,10 @@ void geometry_information::generate_floorshapes_for(int id, cell *c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if(GOLDBERG_INV) {
|
else if(GOLDBERG_INV) {
|
||||||
siid = cgi.gpdata->id_to_params[id][0] == 1;
|
auto data = cgi.gpdata;
|
||||||
sidir = cgi.gpdata->id_to_params[id][1];
|
if(fake::in()) data = FPIU(cgi.gpdata);
|
||||||
|
siid = data->id_to_params[id][0] == 1;
|
||||||
|
sidir = data->id_to_params[id][1];
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(PURE && geometry != gBinaryTiling && geosupport_football() < 2) {
|
else if(PURE && geometry != gBinaryTiling && geosupport_football() < 2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user