mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-24 09:41:27 +00:00
renamed binary:: to bt:: and binarytiling to bt::in()
This commit is contained in:
@@ -287,7 +287,7 @@ EX namespace yendor {
|
||||
ycw += best;
|
||||
}
|
||||
|
||||
else if(binarytiling) {
|
||||
else if(bt::in()) {
|
||||
// make it challenging
|
||||
vector<int> ds;
|
||||
for(int d=0; d<ycw.at->type; d++) {
|
||||
|
||||
Reference in New Issue
Block a user