Merge branch 'main' into leaderboards-again

This commit is contained in:
David Markowitz
2025-05-05 00:21:43 -07:00
132 changed files with 51229 additions and 1114 deletions

View File

@@ -613,7 +613,7 @@ void SGCannon::StopGame(Entity* self, bool cancel) {
// Destroy all spawners
for (auto* entity : Game::entityManager->GetEntitiesInGroup("SGEnemy")) {
entity->Kill();
entity->Smash(LWOOBJID_EMPTY, eKillType::SILENT);
}
ResetVars(self);