Merge pull request #586 from TwilitRealm/fix/fix-super-clawshot

Fix draw crash with Super Clawshot enabled
This commit is contained in:
TakaRikka
2026-04-28 13:34:24 -07:00
committed by GitHub
+4
View File
@@ -18,6 +18,10 @@ enum {
};
void daAlink_c::hsChainShape_c::draw() {
if (dusk::getSettings().game.superClawshot) {
return;
}
static const int dummy = 0;
daAlink_c* alink = (daAlink_c*)getUserArea();