mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
renamed binary:: to bt:: and binarytiling to bt::in()
This commit is contained in:
@@ -834,7 +834,7 @@ movei determinePush(cellwalker who, int subdir, const T& valid) {
|
||||
cellwalker push = who;
|
||||
push += wstep;
|
||||
cell *c2 = push.at;
|
||||
if(binarytiling) {
|
||||
if(bt::in()) {
|
||||
auto rd = reverse_directions(push.at, push.spin);
|
||||
for(int i: rd) {
|
||||
push.spin = i;
|
||||
|
Reference in New Issue
Block a user