cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
868 stars 115 forks source link

Remove duplicate creation of brass shells #790

Closed Kurtsley closed 1 year ago

Kurtsley commented 1 year ago

Addresses #774.

Brass shells were being created in two different places, when the player shoots and when the gun is reloaded. I went ahead and removed one of them.

Kurtsley commented 1 year ago

That makes sense, wasn't exactly sure on the reload mechanism.