Merge pull request #116 from Peter0x44/remove_all_weapons_gameover

This commit is contained in:
cypress 2025-03-03 07:08:05 -08:00 committed by GitHub
commit 5ab7980175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ void() EndGameSetup =
Player_AddScore(self, self.score, false);
for (float i = 0; i < MAX_PLAYER_WEAPONS; ++i)
{
Weapon_RemoveWeapon(i);
Weapon_RemoveWeapon(0);
}
return;
}