mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-09 00:22:06 +00:00
one more unused variable removed
This commit is contained in:
@@ -961,10 +961,8 @@ void all_pairs(bool one) {
|
||||
|
||||
hr::ignore(system(("mkdir -p " + dir + "/img").c_str()));
|
||||
|
||||
int sid = 0;
|
||||
for(auto s1: shapelist) {
|
||||
for(auto s2: shapelist) {
|
||||
sid++;
|
||||
|
||||
if(kohonen::gaussian == 2 && s2.substr(0, 4) != "disk" && s2.substr(0, 6) != "sphere") continue;
|
||||
if(only_landscape && s1.substr(0, 4) != "disk") continue;
|
||||
|
||||
Reference in New Issue
Block a user