1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-02 10:19:04 +00:00

sag qsf fixup

This commit is contained in:
Zeno Rogue
2025-12-05 01:40:15 +01:00
parent bf52c8df8e
commit 8c4f25bf36

View File

@@ -361,7 +361,7 @@ void clear() {
sagdist.clear();
sag_edge = nullptr;
state = 0;
qon.clear(); qcf.clear();
qon.clear(); qsf.clear();
}
string cname() {