mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
MAJOR refactoring: all geometry-dependent data (tessf, geom3::, shapes, hpc) are now contained in a structure
This commit is contained in:
@@ -323,6 +323,7 @@ ld expansion_analyzer::get_growth() {
|
||||
if(!N) preliminary_grouping(), reduce_grouping();
|
||||
vector<ld> eigen(N, 1);
|
||||
ld total;
|
||||
|
||||
for(int iter=0; iter<100000; iter++) {
|
||||
total = 0;
|
||||
vector<ld> neweigen(N, 0);
|
||||
@@ -828,7 +829,6 @@ int expansion_readArgs() {
|
||||
if(x+y > 10) continue;
|
||||
stop_game();
|
||||
gp::param = gp::loc(x, y);
|
||||
need_reset_geometry = true;
|
||||
set_variation(eVariation::goldberg);
|
||||
compute_coefficients();
|
||||
}
|
||||
|
Reference in New Issue
Block a user