1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 23:54:49 +00:00

renamed whirl to goldberg

This commit is contained in:
Zeno Rogue
2018-04-09 17:40:12 +02:00
parent 039e56edfe
commit 830785990c
27 changed files with 150 additions and 150 deletions

View File

@@ -3055,7 +3055,7 @@ namespace windmap {
cell *c = samples[k];
neighbors.emplace_back();
auto &v = neighbors.back();
if(whirl::whirl)
if(gp::on)
for(int l=0; l<S7; l++) v.push_back(getId(createStep(c->master, l)->c7));
else
for(int l=0; l<c->type; l++) v.push_back(getId(createMov(c, l)));