mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-05 07:54:08 +00:00
shvid-pattern ('A') is now universally available
This commit is contained in:
parent
dae0aacbb7
commit
0a141e0606
@ -1779,8 +1779,8 @@ EX namespace patterns {
|
|||||||
#if CAP_ARCM
|
#if CAP_ARCM
|
||||||
if(arcm::in()) return colortables['A'][arcm::current.tilegroup[arcm::id_of(c->master)]];
|
if(arcm::in()) return colortables['A'][arcm::current.tilegroup[arcm::id_of(c->master)]];
|
||||||
#endif
|
#endif
|
||||||
if(arb::in()) return colortables['A'][c->master->zebraval + c->master->emeraldval * isize(arb::current.shapes)];
|
if(arb::in()) return colortables['A'][shvid(c) + c->master->emeraldval * isize(arb::current.shapes)];
|
||||||
return colortables['B'][c->type & 15];
|
return colortables['A'][shvid(c)];
|
||||||
case 'B':
|
case 'B':
|
||||||
return colortables['B'][c->type & 15];
|
return colortables['B'][c->type & 15];
|
||||||
#if CAP_FIELD
|
#if CAP_FIELD
|
||||||
@ -2028,9 +2028,7 @@ EX namespace patterns {
|
|||||||
dialog::addSelItem(XLAT("furthest from start"), "bounded", 'Y');
|
dialog::addSelItem(XLAT("furthest from start"), "bounded", 'Y');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(arb::in() || arcm::in())
|
dialog::addSelItem(XLAT("types"), "types", 'A');
|
||||||
dialog::addSelItem(XLAT("types"), "types", 'A');
|
|
||||||
|
|
||||||
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
dialog::addSelItem(XLAT("sides"), "sides", 'B');
|
||||||
|
|
||||||
if(!ISMOBILE)
|
if(!ISMOBILE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user