We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6dc66 commit 998ccbdCopy full SHA for 998ccbd
1 file changed
src/hacks/Level/StartPosSwitcher.cpp
@@ -101,7 +101,7 @@ namespace eclipse::hacks::Level {
101
102
// level total
103
GJGameLevel* level = gameLayer->m_level;
104
- level->setAttempts(level->m_attempts.value() - 1);
+ level->m_attempts = level->m_attempts.value() - 1;
105
};
106
107
float delay = config::get<float>("level.startpos_switcher.delay", 0.f);
0 commit comments