1
0
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:
Zeno Rogue
2026-05-02 16:03:05 +02:00
parent 7b062499a7
commit 83673497d6
-2
View File
@@ -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;