mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
Big change: spatial_embedding option
This commit is contained in:
@@ -38,7 +38,7 @@ EX bool hasbardir(cell *c) {
|
||||
}
|
||||
|
||||
EX void preventbarriers(cell *c) {
|
||||
if(hybri) c = hybrid::get_where(c).first;
|
||||
if(mhybrid) c = hybrid::get_where(c).first;
|
||||
if(c && c->bardir == NODIR) c->bardir = NOBARRIERS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user