We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df64c commit 24f527aCopy full SHA for 24f527a
src/PlayLayer.cpp
@@ -70,7 +70,7 @@ class $modify(MyPlayLayer, PlayLayer) {
70
PlayLayer::resetLevel();
71
manager->addedNextKeyWhenLabel = false;
72
for (auto [coin, collected] : manager->coins) {
73
- manager->coins.at(coin) = false;
+ collected = false;
74
}
75
if (!manager->channel) return;
76
if (!getModBool("sisyphusStopSFXOnRespawn")) return;
@@ -391,4 +391,4 @@ class $modify(MyPlayLayer, PlayLayer) {
391
392
prntscrn->setSettingValue<bool>("hide-player", originalHidePlayerValue);
393
394
-};
+};
0 commit comments