mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-21 20:39:44 +00:00
renamed penrose.cpp to kite.cpp and 'penrose' to 'kite::in()'
This commit is contained in:
@@ -1104,7 +1104,7 @@ EX namespace mirror {
|
||||
#endif
|
||||
|
||||
EX bool build(cell *c) {
|
||||
if(penrose || sol) return false;
|
||||
if(kite::in() || sol) return false;
|
||||
#if CAP_GP
|
||||
if(GOLDBERG) {
|
||||
if(c == c->master->c7) {
|
||||
@@ -1232,7 +1232,7 @@ EX namespace mirror {
|
||||
|
||||
EX void createMirrors(cellwalker cw, int cpid) {
|
||||
|
||||
if(penrose || sol) return;
|
||||
if(kite::in() || sol) return;
|
||||
|
||||
#if CAP_ARCM
|
||||
if(arcm::in()) {
|
||||
|
||||
Reference in New Issue
Block a user